Question:medium

Match List-I with List-II.
List-IList-II
(A) Primary key(III) Attribute used to uniquely identify a tuple.
(B) Degree(I) Total number of attributes in a table.
(C) Foreign key(II) Attribute used to relate two tables.
(D) Constraint(IV) A restriction on the type of data that can be inserted in a column.

Show Hint

Primary key = unique identity, Foreign key = reference link, Degree = number of attributes, Constraint = restriction.
Updated On: Feb 15, 2026
  • (A)-(I), (B)-(II), (C)-(III), (D)-(IV)
  • (A)-(III), (B)-(I), (C)-(II), (D)-(IV)
  • (A)-(I), (B)-(II), (C)-(IV), (D)-(III)
  • (A)-(III), (B)-(IV), (C)-(I), (D)-(II)
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Define terms.
- Primary key: Uniquely identifies each record → (III).
- Degree: Number of columns in a table → (I).
- Foreign key: Links two tables → (II).
- Constraint: Rule for data in a column → (IV).

Step 2: Match terms to definitions.
Result: (A) - (III), (B) - (I), (C) - (II), (D) - (IV).
Final Answer: \[\boxed{(A)-(III), (B)-(I), (C)-(II), (D)-(IV)}\]
Was this answer helpful?
0