+ 1
SQL bind
What is SQL???
3 Respuestas
+ 3
SQL stands for Structured Query Language. It is the standard language for relational database management systems and used to basically communicate with the database. Follow the great course SoloLearn has on SQL.
0
It is used to handle databases. Create, update... You can use Sql with different programming languages to do that.