SQL Essentials (SQL01)
This course will teach you how to use SQL, the industry-standard language for databases. Learn essential SQL skills for modern development and data analysis, enabling you to extract, manipulate, and analyze data effectively.
SQL Essentials Syllabus
SQL Tutorbot
Lesson 1 - SQL Definition
Lesson 2 - Importance of SQL
Lesson 3 - Types of Databases
Lesson 4 - SQL Standards
Test Your Knowledge
Lesson 1 - Installing SQL Server / MySQL / PostgreSQL
Lesson 2 - Configuring IDEs for SQL
Lesson 3 - Connecting to Databases
Test Your Knowledge
Lesson 1 - SELECT Statements
Lesson 2 - Filtering Data with WHERE Clause
Lesson 3 - Sorting Data with ORDER BY
Lesson 4 - Limiting Results with LIMIT / OFFSET
Test Your Knowledge
Lesson 1 - Advanced SQL Commands Aggregate Functions
Lesson 2 - Grouping Data with GROUP BY
Lesson 3 - Joining Tables
Lesson 4 - Subqueries
Lesson 5 - Common Table Expressions (CTEs)
Test Your Knowledge
Practical Exercise - F1 Database Challenge
Practical Exercise - Solutions