Intro to SQL
Discover how to build efficient, data-driven applications using SQL, the essential database language.

78 min
Content
About
Introduction to SQL
Project setup
SELECT all
Selecting columns
WHERE clause
Numerical filtering
Not equal
NOT and LIKE
AND
BETWEEN
OR
IN operator
Challenges 1
ORDER BY
LIMIT
COUNT and SUM
MAX, MIN, AVG
GROUP BY
HAVING
Challenges 2
Manipulating data
INSERT INTO
UPDATE
DELETE
Recap
Certificate of Completion