what is SQL by the way? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is SQL by the way?

14th Aug 2016, 7:49 AM
Michael Jhon Ramos Beltran
Michael Jhon Ramos Beltran - avatar
9 Answers
+ 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.
14th Aug 2016, 9:23 PM
Anjali Jha
Anjali Jha - avatar
+ 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.
18th Aug 2016, 3:36 AM
Steve
Steve - avatar
+ 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.
14th Aug 2016, 7:34 PM
mathaiah thirupathi
+ 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
14th Aug 2016, 9:05 AM
rahul chanda
rahul chanda - avatar
+ 1
a language specifically developed for maintaining databases efficiently which includes creating,deleting,querying and other operations with databases...
17th Aug 2016, 11:24 AM
KRISHNA CHAITHANYA MOVVA
KRISHNA CHAITHANYA MOVVA - avatar
+ 1
SQL , the Structured query language ,is the language that is used to communicate with database to do many operations , by MySQL.
22nd Sep 2016, 1:44 PM
Dheeraj Kumar Adya
Dheeraj Kumar Adya - avatar
0
a structured query language used in data retrieving from the database
14th Aug 2016, 9:00 AM
bassu S D
bassu S D - avatar
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.
22nd Aug 2016, 3:38 PM
Nisarg
Nisarg - avatar
- 3
structured query language
15th Aug 2016, 6:54 PM
gopi chand komma
gopi chand komma - avatar