SQL

Previous
Previous
Next
Next

Structured Query Language (SQL) is a nonprocedural programming language that enables you to access a relational database. Using SQL statements, you can query tables to display data, create objects, modify objects, and perform administrative tasks. All you need to do is describe in SQL what you want done, and the SQL language compiler automatically generates a procedure to navigate the database and perform the desired task.

For information about using SQL, see Using SQL.


See Also:

Oracle Database SQL Reference for information about SQL