Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.83 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.83 KB

Joins

IMG_5923

Database indexing

Database indexing for dumb developers
How do SQL indexes work
Socratica
How query on a column with non-clustered index works How query on a column with non-clustered index works

Indexing and comparing perfomances before and after indexing

Code
Results below IMG_5597
Another example of how indexing works and speeds up queries
how indexing works and speeds up queries

ER diagrams

GeeksforGeeks Introduction of ER Model
ER model_1 ER_model_2
YouTube Giraffe Academy
Creating ER diagram of the company database IMG_0422
Creating relations(tables) from the diagram IMG_5594
Company database with inserted rows IMG_5595

More coding

1 hour of SQL