MySQL is _________
2016
MySQL is _________
- A.
Hierarchical database management system.
- B.
Object-oriented management system.
- C.
Quality management system.
- D.
Relation database management system.
Attempted by 278 students.
Show answer & explanation
Correct answer: D
MySQL is an open-source Relational Database Management System (RDBMS). It organizes data into structured tables consisting of rows and columns, establishing relationships between them using keys (such as Primary and Foreign Keys) and utilizes Structured Query Language (SQL) for data management. Therefore, Option D is correct.