Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dodat-12/book_learningsql
Learning SQL - Generate, Manipulate, and Retrieve Data by Alan Beaulieu
https://github.com/dodat-12/book_learningsql
learning-exercise sql
Last synced: about 2 months ago
JSON representation
Learning SQL - Generate, Manipulate, and Retrieve Data by Alan Beaulieu
- Host: GitHub
- URL: https://github.com/dodat-12/book_learningsql
- Owner: DoDat-12
- Created: 2024-07-25T16:07:59.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T14:10:42.000Z (4 months ago)
- Last Synced: 2024-09-07T15:39:34.121Z (4 months ago)
- Topics: learning-exercise, sql
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning SQL from Learning SQL - Generate, Manipulate, and Retrieve Data by Alan Beaulieu
- Chapter 1. A Little Background
- Chapter 2. Creating and Populating a Database
- Chapter 3. Query Primer
- Chapter 4. Filtering
- Chapter 5. Querying Multiple Tables
- Chapter 6. Working with Sets
- Chapter 7. Data Generation, Manipulation, and Conversion
- Chapter 8. Grouping and Aggregates
- Chapter 9. Subqueries
- Chapter 10. Joins Revisited
- Chapter 11. Conditional Logic
- Chapter 12. Transactions
- Chapter 13. Indexes and Constraints
- Chapter 14. Views
- Chapter 15. Metadata
- Chapter 16. Analytic Functions (Skipping)
- Chapter 17. Working with Large Databases
- Chapter 18. SQL and Big Data