engineering computer science MCQ #675

Which of the following is a characteristic of a relational database?

engineering computer science MCQ #675

  1. Question 1

    Q1. Which of the following is a characteristic of a relational database?

    • A) Data is stored in a single file
    • B) Data is stored in tables with well-defined relationships
    • C) Data is stored in a hierarchical structure
    • D) Data is stored in a network structure

    Answer: Data is stored in tables with well-defined relationships

    Explanation: Relational databases store data in tables with defined relationships, making data access efficient.