Which of the following is not an example of RDBMS?
2023
Which of the following is not an example of RDBMS?
- A.
MySQL
- B.
ORACLE
- C.
CALC
- D.
IBM DB2
Attempted by 3838 students.
Show answer & explanation
Correct answer: C
Correct answer: CALC Explanation: MySQL, Oracle, and IBM DB2 are relational database management systems. They store data in tables, support SQL for querying, and provide database features such as schemas, constraints, and transactions. CALC (LibreOffice Calc) is spreadsheet software that stores data in worksheets and cells and does not provide relational database features like SQL-based relational querying or ACID transaction management. Therefore, CALC is not an RDBMS. Key features of an RDBMS: Stores data in related tables (rows and columns).