CUNY ACE Upskilling: Introduction to Structured Query Language (SF21JOB#2) — Day 2

We are finally looking at code and now you can retrieve data.

    SELECT field1,
      field2...
    FROM table1
    INNER|LEFT|RIGHT JOIN table2
      ON table1.shared_value = table2.shared_value;

Download the class notes for day 2.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.