+ 1

What is sql ?

27th Nov 2016, 7:55 PM
Sahil Solanki
Sahil Solanki - avatar
4 Respostas
+ 5
sql means structured query language and it is the language you have to use when you deal with relational databases like Oracle, mysql, postresql, sqlite, etc. it is composed by two major subsets of commands: ddl and dml. with the first you create the objects (eg tables), with the second you manipulate their content
27th Nov 2016, 8:02 PM
Gab Bar
Gab Bar - avatar
+ 1
sql is useful for database... its good learn it
27th Nov 2016, 7:58 PM
ali508
ali508 - avatar
0
Sql is structured query language used to get data from the database for example, you can get all people from the people table by using this query select * from people; sql is very close to English
30th Nov 2016, 5:14 PM
Mahmoud Heretani
Mahmoud Heretani - avatar
- 1
bbbb
27th Nov 2016, 7:56 PM
Sahil Solanki
Sahil Solanki - avatar