SQL ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

SQL ??

What can we do with it? Store data? So, it means the companies like YouTube, Facebook use this to store Username Password etc. So, If we create our own website or application or software, how will we use SQL?

12th Mar 2017, 7:37 AM
aaiem_raman
aaiem_raman - avatar
5 Answers
+ 1
SQL is a language used to manage and retrieve data stored in database using Query. Yes companies like YouTube and Facebook use SQL. Facebook use SQLite instead of MySQL. You need a MySQL server to use MySQL.
12th Mar 2017, 7:39 AM
Vishal Prajapati
0
He either use MySQL server or simply use SQLite which store data and to retrieve he has to use server side scripting with PHP and ASP also every hosting provider (PHP) provide MySQL and even free provider also (Hostinger.in). To retrieve data you need to use SQL ex SELECT * FROM Table;
12th Mar 2017, 7:43 AM
Vishal Prajapati
0
Yes you required PHP and MySQL server.
12th Mar 2017, 7:43 AM
Vishal Prajapati
0
So, Vishal, we create a program to store the data and then later use it?
12th Mar 2017, 7:46 AM
aaiem_raman
aaiem_raman - avatar
0
Yes. It is written in PHP and SQL.
12th Mar 2017, 8:25 AM
Vishal Prajapati