Question:

Match List I with List II
LIST ILIST II
A. RDBMSIII. Store data in related table
B. Primary KeyI. Unique identification of tuples
C. Tuple is collection ofII. Attribute Value
D. Database Schema and ConstraintsIV. Database catalog

Show Hint

In a relational database, the primary key plays a crucial role in ensuring data integrity by uniquely identifying each tuple in a table.
Updated On: Apr 24, 2025
  • A-IV, B-I, C-II, D-III
  • A-III, B-I, C-II, D-IV
  • A-II, B-IV, C-III, D-I
  • A-I, B-IV, C-III, D-II
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

- RDBMS refers to a system that uses a database catalog (IV) to store data in related tables (III).
- Primary Key is used for the unique identification of tuples (I).
- A tuple is a collection of attributes, which store attribute values (II).
- Database Schema and Constraints refer to how the schema defines the database structure and its constraints (III).
Therefore, the correct answer is "A-IV, B-I, C-II, D-III."
Was this answer helpful?
0
0