Structure Query Language (SQL)
• SQL, the most commonly used database language, which provides facilities for
accessing a relational database and is supported by almost all commercial
DBMSs.
• Each SQL statement takes one or more table as arguments and produces a table
as a result. For example, to find the name of the student whose Id is 1234567,
we might use the statement