If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

SQL: SELECTing rows

Use SELECT to query your tables. If you specify *, you'll get back all of the column values for each row. If you want to limit to only particular columns, you can specify those instead of *.
▶️ You can also learn about this in our Querying the table talkthrough.

Want to join the conversation?

No posts yet.