Home »
MCQs »
SQL MCQs »
SQL Basics (Set 1) MCQs
Which statement is true about the SQL?
15. Which statement is true about the SQL?
- SQL databases are vertically scalable.
- SQL follows BASE Model.
- SQL database cannot handle complex queries.
- SQL database does not require object-relational mapping.
Answer: A) SQL databases are vertically scalable
Explanation:
SQL is vertically scalable. SQL follows the ACID Model. SQL database can easily handle complex queries. SQL database does require object-relational mapping.