Question:medium

A relation in a relational database is also known as:

Updated On: Jan 16, 2026
  • A data type
  • An attribute
  • A schema
  • A table
Show Solution

The Correct Option is D

Solution and Explanation

A table is the term used for a relation in a relational database. The reasoning is as follows:

  • A relation in a relational database comprises a set of tuples, where each tuple shares the same properties defined by a set of attributes. This structure is functionally identical to a table in database terminology.
  • Tables consist of rows and columns. Each row corresponds to a tuple in the relational model, and each column represents an attribute.
  • The term schema denotes the database's overall design and structure, encompassing tables and other elements. It dictates data organization and the associations between relations.
  • Attributes are the specific fields within a table's structure, defining the type of data in a column but not the entire relation.
  • The concept of a data type dictates the kind of value permissible in an attribute or field within a table; it does not define a relation on its own.

Consequently, the accurate identification is: A table.

Was this answer helpful?
0


Questions Asked in CUET (UG) exam