InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Sql And Mysql? |
|
Answer» SQL is a structured query LANGUAGE that is used for manipulating and accessing the relational DATABASE, on the other hand, MySQL itself is a relational database that USES SQL as the standard database language. SQL is a structured query language that is used for manipulating and accessing the relational database, on the other hand, MySQL itself is a relational database that uses SQL as the standard database language. |
|