InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Mysql And Sql? |
|
Answer» SQL is known as 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. SQL is known as 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. |
|