0
what is SQL by the way?
9 Antworten
+ 7
SQL is structured query language which is used to communicate with the database to do operations like modification, deletion,insertion,manipulation and many more with the data.
+ 4
Simply put, structured query language, however I think this would better explain.
The database holds the data. Sql helps us define the structure of the data, as well as providing a way to retrieve the data in a meaningful way.
I hope that helps.
+ 2
SQL is a language which is in a structured manner to interact with the database for all our needs .SQL is structured query language .it is like a platform for the users to communicate with the database.
+ 1
Sql is structured query language used to store data in an organised manner I.e. in rows and columns structure in order to communicate wid data base
+ 1
a language specifically developed for maintaining databases efficiently which includes creating,deleting,querying and other operations with databases...
+ 1
SQL , the Structured query language ,is the language that is used to communicate with database to do many operations , by MySQL.
0
a structured query language used in data retrieving from the database
0
SQL is basically a way to communicate with database.
You can perform basic operations like Create, Read, Update and Delete (CRUD) for the database and manipulate the data stored in database with the help of SQL.
- 3
structured query language