Welcome to SQL Tutorials
SQL (Structured Query Language) is a database programming language used to manage data in relational database management systems (RDBMS).
Here at SQL tutorials we have broken up the SQL Syntax into 3 sections:
Beginners SQL Tutorials – This section covers the basic SQL statements for selecting, storing and manipulating data within the database.
| SQL Select | SQL Distinct | SQL Where | SQL Operators |
| SQL Order By | SQL Insert | SQL Update | SQL Delete |
SQL Functions – SQL has many built in functions that allow you to perform calculations on data.
| SQL Select | SQL Distinct | SQL Where | SQL Operators |
| SQL Order By | SQL Insert | SQL Update | SQL Delete |
SQL Advanced – Advanced SQL statements which will show you how to select data from multiple tables using joins plus other vital SQL statements.
| SQL Select | SQL Distinct | SQL Where | SQL Operators |
| SQL Order By | SQL Insert | SQL Update | SQL Delete |
SQL is used within a wide range of databases including Microsoft (MS) SQL, MySQL, Oracle, Sybase and even Microsoft Access databases.


