InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between SQL and MySQL? |
|
Answer» SQL is a standard language for retrieving and manipulating STRUCTURED DATABASES. On the contrary, MySQL is a relational database MANAGEMENT system, like SQL Server, Oracle or IBM DB2, that is used to manage SQL databases. |
|