

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
click for more info
Not enough gems
Cost: 6 gems
1: Welcome to Learn SQL
incomplete
2: Select Single Column
incomplete
3: Select Multiple Columns
incomplete
4: What Is SQL?
incomplete
5: Which Databases Use SQL?
incomplete
6: NoSQL vs. SQL
incomplete
7: Comparing SQL Databases
incomplete
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
Welcome to this comprehensive course on SQL: Structured Query Language! Whether you're interested in working with PostgreSQL, MySQL, SQLite, or any other SQL database, this course will teach you the language you need to master them.
In this course, we'll work on the database for a make-believe PayPal-clone called CashPal! We'll write queries that interact with users, transactions, payouts, and so on.
The code to the right is a simple query that returns ("selects") all the rows and columns from a "people" table – but there's a problem! The table we're trying to use is called users, not people!
Fix the bug by changing "people" to "users" in the query, then submit your answer.