Q: Which of the following statements is true regarding the usage of SQL and MySQL?
-
A
SQL can be used with any database management system, while MySQL is limited to MySQL databases.
-
B
SQL can only be used with MySQL databases, while MySQL is a standalone DBMS.
-
C
SQL and MySQL can be used interchangeably to refer to the same technology.
-
D
SQL and MySQL are separate technologies with different purposes and usage scenarios.
D
Answer:
D
Explanation:
SQL is a language used for managing relational databases and can be used with various DBMSs, including MySQL. MySQL, on the other hand, is a specific DBMS that implements the SQL language. They are distinct technologies with their own purposes and usage scenarios.
Related Topic:
Share Above MCQ