Google News
logo
MySQL - Interview Questions
What is the difference between MySQL and SQL?
* SQL is known as the standard query language. It is used to interact with the database like MySQL. MySQL is a database that stores various types of data and keeps it safe.
 
* A PHP script is required to store and retrieve the values inside the database.
 
* SQL is a computer language, whereas MySQL is a software or an application
 
* SQL is used for the creation of database management systems whereas MySQL is used to enable data handling, storing, deleting and modifying data
Advertisement