engineering computer science MCQ #824

Which of the following is a characteristic of a 'relation' in relational databases?

engineering computer science MCQ #824

  1. Question 1

    Q1. Which of the following is a characteristic of a 'relation' in relational databases?

    • A) It is a collection of key-value pairs
    • B) It is a table with rows and columns
    • C) It is a hierarchical structure
    • D) It is a network of interconnected nodes

    Answer: It is a table with rows and columns

    Explanation: In relational databases, a relation is a table with rows (tuples) and columns (attributes), representing a collection of related data.