engineering computer science MCQ #609

Which database model organizes data into tables with well-defined schemas?

engineering computer science MCQ #609

  1. Question 1

    Q1. Which database model organizes data into tables with well-defined schemas?

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

    Answer: Relational

    Explanation: Relational databases organize data into tables with well-defined schemas, using primary and foreign keys to establish relationships.