Introduction To SQL
Introduction To SQL
SQL
What is SQL?
SQL is a “Structured Query Language”.
Developed in the mid-1970s, SQL has become the
standard programming language for database
applications. SQL is much more than just the queries
that give it its name: this language represents
the predominant interface for interacting with
relational databases.
SELECT FROM
SELECT DISTINCT
WHERE
ORDER BY
AND
OR
NOT
COUNT
SUM
AVERAGE