Your browser does not support JavaScript. This help page requires JavaScript to render correctly. About Structured Query Language (SQL)
Skip Headers
Previous
Previous
 
Next
Next

About Structured Query Language (SQL)

Structured Query Language (SQL) (pronounced sequel) is the set-based, high-level computer language with which all programs and users access data in Oracle Database.

SQL is a declarative, or nonprocedural, language; that is, it describes what to do, but not how. You specify the desired result set (for example, the names of current employees), but not how to get it.

Related Topics

Oracle Database Concepts

Oracle Database SQL Language Reference

About Oracle Database Access