oldoc63 / learningDS

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

Pulling Data with Select #528

Open oldoc63 opened 1 year ago

oldoc63 commented 1 year ago

In this section, we are going to learn the most common SQL command. SELECT is used to retrieve data from one or more tables. It can also transform data before it is returned. However, it is a read-only operation so it does not change the underlying tables.