Jump to content

Structured Query Language

From Simple English Wikipedia, the free encyclopedia
Revision as of 14:20, 23 January 2012 by 110.234.153.138 (talk)

Structured Query Language (SQL) is a language used to change data in databases. The sentences used in this language are called as SQL Queries. If we want to add data to the database in a computer, or to remove data from the database, or to just view the data in the database, we can use SQL Queries.

Examples

SELECT my_column FROM my_table;