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 sections:
SQL Basics – This section covers the basic SQL statements for selecting, storing and manipulating data within the database.
SQL Operators – This section covers the SQL Operators.
SQL Joins – This section covers SQL Joins. From INNER JOINS to OUTER JOINS everything to do with SQL JOINS is in here.
SQL Advanced – Advanced SQL statements which will show you how to select data from multiple data and tables.
SQL Functions – This section covers all the standardized SQL Functions.
Database Design – Understand what database design is and how you can implement it into your developments.
SQL is used within a wide range of databases including Microsoft (MS) SQL, MySQL, Oracle, Sybase and even Microsoft Access databases.