Computer Science

A relational database consists of a collection of

  1. Tuples
  2. Attributes
  3. Relations
  4. Keys

Relational Database

1 Like

Answer

Relations

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

Answered By

2 Likes


Related Questions