Q: Which of the following statements is true regarding the scalability of SQL and MySQL?
-
A
SQL databases are more scalable compared to MySQL databases.
-
B
MySQL databases are more scalable compared to SQL databases.
-
C
Both SQL and MySQL databases have similar scalability capabilities.
-
D
The scalability of SQL and MySQL databases depends on the specific implementation.
D
Answer:
D
Explanation:
The scalability of a database, whether SQL or MySQL, depends on various factors, such as the underlying hardware, database design, indexing, and query optimization. It is not inherently determined by the SQL language or the MySQL DBMS.
Related Topic:
Share Above MCQ