engineering computer science MCQ #693

Which database model represents data as a collection of tables?

engineering computer science MCQ #693

  1. Question 1

    Q1. Which database model represents data as a collection of tables?

    • A) Hierarchical
    • B) Network
    • C) Relational
    • D) Object-Oriented

    Answer: Relational

    Explanation: Relational database model organizes data into tables with defined relationships, making it easier to manage and query.