Which of the following is an example of a relational database management system (RDBMS)?
Which of the following is an example of a relational database management system (RDBMS)?
Explanation
MySQL is a popular database system that stores data in tables with rows and columns. It uses SQL (Structured Query Language) to manage relationships between tables. Millions of websites use MySQL for data storage.
GraphQL is a query language, not a database. MongoDB is a NoSQL database without tables. Adobe Dreamweaver builds websites, not databases.
Relational databases like MySQL organize data efficiently. They prevent duplication and maintain data accuracy through relationships.