Lesson 1 of 323%

(Progress persistence is disabled until Phase 9)

SQL
Beginner

What is SQL?

Learn the basics of SQL and relational databases.

What is SQL?

Learn the basics of SQL and relational databases.

Example

-- SQL is used to communicate with a database.
SELECT * FROM users;

Test it Yourself

Lesson Progress

Take QuizBuild a SQL Project