InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between SQL and MySQL or SQL Server? |
|
Answer» SQL or Structured Query Language is a language; language that communicates with a relational database thus providing ways of manipulating and creating databases. MySQL and Microsoft’s SQL Server both are relational database management systems that use SQL as their standard relational database language. |
|