Structured Query Language (SQL)
Structured Query Language (SQL), sometimes pronounced "sequel", is a programming language designed to query and manipulate relational data. Though SQL was designed for use with relational databases, many other types of databases can support SQL.
Deeper Knowledge on Structured Query Language (SQL)
SQL JOIN clauses: INNER, OUTER, LEFT, RIGHT, FULL
Match data across tables with JOIN clauses in SQL
Broader Topics Related to Structured Query Language (SQL)
Computer Languages
Computer Languages: How humans tell computers what to do
Relational Databases
Databases that organize data into tables and support relationships through distinct keys