-
Which type of database management system is MySQL?
-
- Network
- Relational
- Hierarchical
- Object-oriented
- None of these
Correct Option: B
MySQL is a ‘relational’ DBMS. It is efficient at relating data in two different tables and joining information from them. Hierarchical and Network DBMS are based on parent-child relationships of records. Object-oriented DBMS use objects to represent models.