Skip to content

Latest commit

Β 

History

History
62 lines (40 loc) Β· 3.69 KB

File metadata and controls

62 lines (40 loc) Β· 3.69 KB

SQL

Query language for relational databases, analytics, and data engineering.

This page lists curated books and learning resources for this language, organized from beginner to advanced. Most books are shared via public Google Drive links maintained by the project. See Contributing before suggesting new links.

← Kotlin Β· All languages Β· Swift β†’


SQL logo

For Beginners

These books provide a solid foundation in relational database concepts, SQL syntax, and basic data manipulation.

For Intermediate Developers

Move beyond simple SELECT statements to master complex joins, subqueries, window functions, and database design.

For Advanced Programmers & DBAs

Deep dives into query optimization, internal architecture, and high-performance tuning.

For Specialized Fields (Data Science & Modern Stack)

SQL as applied to modern big data environments, analytics, and software architecture.

Comprehensive References


Related