SQL: Introduction
Start learning SQL with a quick overview and Hello World.
SQL — Introduction
Overview
SQL is used to query and manage relational databases.
Hello World
SELECT 'Hello, World!' AS message;
What you'll learn
- How to run SQL
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.