Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.2 KB

File metadata and controls

25 lines (18 loc) · 1.2 KB

Learning SQL 3rd Edition

Solutions repo to Learning SQL 3rd Edition.

Sakila ER Diagram

Entity-Relationship Diagram of the Sakila DB

Getting the DB

I used sqlite3 as the DBMS and got the data from the following kaggle link.

Stats

===============================================================================
 Language            Files        Lines         Code     Comments       Blanks 
===============================================================================
 Markdown                2           28            0           15           13 
 Python                  1           30           19            0           11 
 SQL                    37          277          262           10            5 
===============================================================================
 Total                  40          335          281           25           29 
===============================================================================