Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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