Home » MYSQL » Mysql Basic » Question
  1. Which type of database management system is MySQL?
    1. Network
    2. Relational
    3. Hierarchical
    4. Object-oriented
    5. 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.



Your comments will be displayed only after manual approval.