1.

Which type of database management system is MySQL?(a) Object-oriented(b) Hierarchical(c) Relational(d) NetworkI got this question by my college professor while I was bunking the class.I'd like to ask this question from Basic Database Terminology in division General MySQL Use of MySQL

Answer»

The CORRECT answer is (c) Relational

To EXPLAIN: 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.



Discussion

No Comment Found

Related InterviewSolutions