Session Ready
Exercise

Onboarding | Query Result

Notice the query result tab in the bottom right corner of your screen. This is where the results of your SQL queries will be displayed.

Run this query in the editor and check out the resulting table in the query result tab!

SELECT name FROM people;

Who is the second person listed in the query result?

Instructions
50 XP
Possible Answers