oldoc63 / learningDS

Learning DS with Codecademy and Books
0 stars 0 forks source link

INNER JOIN and LEFT JOIN #532

Open oldoc63 opened 1 year ago

oldoc63 commented 1 year ago

The most defining feature of SQL is arguably the join, as this is what relational databases are really designed to do. While there are several types of join, none are so commonly used as the INNER JOIN and LEFT JOIN. We will cover these two operators in this section.