Jump to content

Structured Query Language

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

Structured Query Language (SQL) is a language used to change data in databases. The statements used in this language are called as SQL Queries.

Examples

SELECT my_column FROM my_table;