What is the purpose of SQL? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

What is the purpose of SQL?

I mean, I just want some description.

1st Sep 2019, 4:14 AM
ayan
ayan - avatar
1 Réponse
+ 3
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. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database.
1st Sep 2019, 4:19 AM
Orlando Marqués
Orlando Marqués - avatar