Week 1 Relating
Watch the lecture
Video: https://www.youtube.com/watch?v=WXk7yDqsKxs
Week 1 Relating
Relational Databases. Relationships: One-to-one, One-to-many, Many-to-many. Entity Relationship Diagrams. Keys: Primary Keys, Foreign Keys. Subqueries. IN. Joins: INNER JOIN, Outer Joins, LEFT JOIN, RIGHT JOIN, FULL JOIN, NATURAL JOIN. Sets: INTERSECT, UNION, EXCEPT. Groups: GROUP BY, HAVING.
How to download lecture source code into Visual Studio Code
Log into cs50.dev.
In your terminal window, type
wget https://cdn.cs50.net/sql/2023/x/lectures/1/src1.zipfollowed by Enter in order to download a Zip file of lecture’s source code into your codespace.
In your terminal window, type
unzip src1.zipfollowed by Enter to unzip (i.e., decompress) that Zip file.
In your terminal window, type
cd src1followed by Enter in order to “change directory” into that
src1directory (i.e., folder).In your terminal window, type, e.g.,
lsfollowed by Enter in order to see the files.