+ 3

What is the use of SQL in Web development ?

17th May 2019, 12:38 PM
Jaspreet Singh
Jaspreet Singh - avatar
4 Réponses
+ 2
SQL stands for Structured Query Language. As you will go further in web development you will have to manage databases (data of different things) This language is used to manage data. From this language you can create, manipulate,etc. the data.Various Big Companies like Facebook, Google,etc. also use SQL (pronounced as sequel) for managing their data. I know you may have not understood completely so let's take an example that suppose you created a program from PHP or any other language. In this users have to just type some text for feedback that you want from them. Now in order to store the text which they have written you will have to use any database language.. Here comes SQL ..by which you can create a file and can have all the feedback stored in that..Now these feedbacks are data of your site ...Hope I made it simple for you :)
17th May 2019, 1:09 PM
Yogendra Kumar Mishra
Yogendra Kumar Mishra  - avatar
+ 8
SQL is the most mainstream language that is used to access databases because it can work with any database. The databases, with which you interface, are programs that enable clients to store and manage information in a logical manner
17th May 2019, 1:05 PM
Why So Serious ?
Why So Serious ? - avatar
+ 3
It's a querying tool that helps in data recovery and data mining. It comes in standard and non-standard variants like ANSI SQL and T-SQL ..... 🤔
17th May 2019, 1:02 PM
Sanjay Kamath
Sanjay Kamath - avatar
+ 1
I think it is to load databases.
17th May 2019, 1:02 PM
Dan Karnaukh