- A Relational model
- B Hierarchical model
- C Network model
- D Object-oriented model
- Share this MCQ
Answer:
A
Share this MCQ
The most popular database model for general-purpose databases is the relational model.
The relational model organizes data into tables with rows and columns, and it defines relationships between tables using keys.
It is widely used and supported by the SQL language, making it a popular choice for managing structured data.
Share this MCQ