Course
BasicStart here if you’re new to SQL. Learn the basics of SQL, retrieve data from an SQL database and build simple reports.
Databases are part of our everyday life, and being able to communicate with them is essential. This course will teach you the basics of SQL, a powerful query language that lets you work with many types of data.
The SQL Basics course starts with simple queries performed on a single table. These exercises will show you how to retrieve exactly what you need. Next, you’ll start working with multiple tables. You will find out about the subtle differences between various joining methods, including INNER JOIN, LEFT JOIN, RIGHT JOIN, and OUTER JOIN.
As you go deeper into the course, you’ll master using the GROUP BY function to create simple reports. You’ll also start investigating subqueries. Finally, you can test your knowledge (and earn your certificate!) in a comprehensive quiz.
Looking to get started in SQL? Give this course a try – the fascinating world of SQL queries is only a click away!
Just a web browser and an Internet connection
Plus, you’ll get to practice your skills on over 129 interactive exercises.
Course progress
Exercises completed
1.
Find out what relational databases are and get to know SQL – a language to talk to databases.
2.
Discover how to select data from a single table.
3.
Learn how to select data from multiple tables.
4.
Computations in SQL? Why not? You will learn how to group rows and compute statistics with aggregate functions.
5.
Learn about various kinds of JOINs to best suit your needs.
6.
Queries within queries? That's right! Discover how to build and use subqueries.
7.
Combine query results using set operations like UNION, INTERSECT or MINUS.
8.
Check your SQL skills.