Saturday, 5 September 2015

What is SQL?

SQL is a Structured Query Language that allows you to 
communicate with a database and handle the data it 
contains in all kinds of ways. It consists of Data 
Definition Language commands, such as Create, Alter, 
Truncate and Drop, and Data Manipulation Language 
commands, such as Select, Insert, Update and Delete. 
The most common databases that use SQL as their query 
language are Oracle, SQL Server, DB2, and MySQL.

No comments:

Post a Comment