Which of the following is an example of an open-source RDBMS (Relational…
2026
Which of the following is an example of an open-source RDBMS (Relational Database Management System) software?
- A.
MySQL
- B.
Amazon RDS
- C.
Oracle Database
- D.
Azure SQL Database
Attempted by 687 students.
Show answer & explanation
Correct answer: A
The correct answer is Option A (MySQL).
MySQL is an open-source relational database management system (RDBMS). It is widely used for storing and managing structured data using tables.
Other options like Amazon RDS and Azure SQL Database are cloud services, and Oracle Database is proprietary (not open-source).
Thus, the correct example of an open-source RDBMS is MySQL.