CBSE Class 12 Computer Science Question 59 of 78

Relational Databases — Question 1

Back to all questions
1
Question

Question 1

A relational database consists of a collection of

  1. Tables
  2. Fields
  3. Records
  4. Keys
Answer

Tables

Reason — A relational database consists of a collection of tables, which are used to organize and store data. Each table consists of rows and columns, where rows represent individual records or tuples, and columns represent attributes or fields.