|
In languages like SQL data from a certain domain (FROM)
that match some conditions (WHERE) are selected and presented (SELECT).
The result can be seen as a new relation.
The syntax of a basic SQL query is:
SELECT <select-list>
FROM <from-list>
WHERE <condition>
In this syntax the...
We saw the basic statements that are needed for making queries with SQL.
Of course there are extensions which allow more specific or more flexible
queries.
These extensions include: