SQL uses SELECT to retrieve data from tables. It’s the foundation of all database queries.
Run this example to see how it works and then try the exercise.
Click "Run" to see the example in action...Click "Run" to execute your code...What does SELECT * return?
SUMMARY
In this section, you learned how to retrieve data with SELECT. Next, you’ll learn how to filter data with WHERE clause.