What are the functions of SQL, MYSQL & APACHE? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are the functions of SQL, MYSQL & APACHE?

P.S. Sorry for the newbie question

10th May 2017, 6:18 AM
Resurektzz7
Resurektzz7 - avatar
1 Answer
+ 2
when you want to load a webpage, your Computer sends a request to the webserver. the request is then processed by apache, which controls all the files that should be available to the internet, and sends you the requested file back. MySQL is a database which only purpose is to store and manage data. for example an onlineshop has for every product an entry in their database. SQL is the language to get specific data from the database, so that you only receive what you need. for example on the site oft one product, you only need the entry oft that product and not the whole database
10th May 2017, 8:00 AM
ItsFlo