Linked from
The 18 pages that link to SQL, each with the reason it gives.
DatabaseRelated: SQL expresses many operations used to retrieve and update this database’s data.
ParsingRelated: Database systems parse SQL statements before planning and executing them.
RelationRelated: SQL exposes relation-like tables through data definition and query statements.
DisjunctionRelated: Its OR operator selects records satisfying at least one of several conditions.
Database management systemRelated: SQL is the standard interface for many DBMSs.
Programming paradigmRelated: SQL uses declarative expressions to specify data results.
Table (database)Related: SQL statements create tables and retrieve or change their rows.