engineering computer science MCQ #657

Which database model represents data as a collection of tables with well-defined schemas?

engineering computer science MCQ #657

  1. Question 1

    Q1. Which database model represents data as a collection of tables with well-defined schemas?

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

    Answer: Relational

    Explanation: Relational databases organize data into tables with defined relationships, making it easier to manage and query data.