Skip to main content
SQLZOO
SQL Tutorial
Tutorials: Learn SQL in stages
- Select Basics
Some simple queries to get you started
- SELECT name
Some pattern matching queries
- SELECT from World
In which we query the World country profile table.
- SELECT from Nobel
Additional practice of the basic features using a table of Nobel Prize winners.
- SELECT within SELECT
In which we form queries using other queries.
- SUM and COUNT
In which we apply aggregate functions. more the same
- JOIN
In which we combine data from multiple tables
- More JOIN operations
In which we combine data from multiple tables
- Using Null
In which we look at teachers in departments.
- Numeric Examples
In which we look at a survey and deal with some more complex calculations.
-
- COVID 19
In which we measure the impact of COVID 19
Self join
In which we join Edinburgh bus routes to Edinburgh bus routes
- Tutorial Quizzes
Test your knowledge with multiple choice quizzes
- Tutorial Student Records
Create a student record database
- Tutorial DDL
Instructions on how to import data and analyse it in mysql
Comments
Post a Comment