What is the purpose of SQL? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is the purpose of SQL?

I mean, I just want some description.

1st Sep 2019, 4:14 AM
ayan
ayan - avatar
1 Resposta
+ 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