+ 5
What is sql?
3 Réponses
+ 6
SQL is the Structured Query Language. It is used to create, modify and administer databases.
There are a lot of database manipulation languages e.g. SQL, mySQL, PL/SQL etc.
The sololearn course can give you a better idea. and of course as always google is your friend for any questions you have!
+ 2
SQL (pronounced "ess-que-el") stands for Structured Query Language. SQL is used to communicate with a database. According to ANSI (American National Standards Institute), it is the standard language for relational database management systems.
+ 1
SQL is stands for Structured Query Language. It's a computer language to Create, alter or drop the the databases.