+ 8
Can anyone tell me what is SQL used for?
6 Réponses
+ 8
thank you!
+ 4
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.
+ 3
You use SQL for retrieving, changing, updating, deleting, and reviewing information in a database.
+ 2
to handle database
+ 1
SQL is used to store data then retrieve data when needed, it is used for example to store user registration data.
0
sql is the language you use to interact with data in a database.