Sunday, May 18, 2008

What is Structured Query Language used for?

Structured Query Language (SQL) is a language used for querying, updating,
and managing relational databases. SQL can be used to retrieve, sort, and filter
specific data from the database. In addition, you can add, change, and delete
data in a database using SQL statements.

Your Title