Relational Model in DBMS

Computer Science and Engineering > DataBase Management System

A relation is used to represent information about any entity and its relationship with other entities in the form of attributes (or columns) and tuples (or rows). It comprises a relation schema and a relation instance. A relational database is a collection of relations (or two-dimensional tables) having distinct names. It is a persistent storage mechanism that conforms to the relational model.

Test your knowledge of the Relational Model in DBMS with our interactive and challenging MCQ (Multiple Choice Questions) quiz. Covering topics such as tables, keys, normalization, and SQL, our quiz is designed to help you improve your understanding of the Relational Model and prepare for interviews or exams.

➲ Relational Model in DBMS - Quiz

  • A Engineering
  • B Mathematics
  • C Science
  • D None of these
  • A Manipulative components
  • B Integrity constraints
  • C Structural components
  • D All of these
  • A Table
  • B Tree
  • C Node
  • D None of these
  • A Tuples
  • B Set of attributes
  • C Relation name
  • D Both (b) and (c)
  • A The primary key consists of more than one attribute.
  • B Referential integrity is violated when attempting to enter data.
  • C It contains multiple foreign keys.
  • D All of these.
  • A Superkey
  • B Irreducible superkey
  • C Foreign key
  • D Primary key
  • A Secondary key
  • B Foreign key
  • C Primary key
  • D Alternate key
  • A Foreign key
  • B Alternate key
  • C Candidate key
  • D Composite key
  • A Be numeric.
  • B Match the field value of a primary key in a related table.
  • C Be defined in all tables in the database.
  • D Be unique.
  • A One
  • B Two
  • C Three
  • D Four
  • A Semantic integrity
  • B Referential integrity
  • C Entity integrity
  • D Domain integrity
  • A Recursive joins
  • B Loss of data from employee sabotage
  • C Loss of data from any one corrupted table
  • D Data redundancy
  • A Primary key constraint
  • B Foreign key constraint
  • C Unique constraint
  • D Not Null constraint
  • A Primary key attribute cannot have null value.
  • B Primary key constraint enforces entity integrity.
  • C Unique key constraint is preferable over primary key constraint.
  • D Multiple primary key constraints can be defined on a relation.