We need to ensure that the amount withdrawn should be less then the credit card limit amount, to ensure this integrity what type constraint will be used?
Answer options
A
Table level CHECK constraint
B
NOT NULL constraint
C
UNIQUE constraint
D
PRIMARY KEY constraint
Correct answer: Table level CHECK constraint
Explanation
A CHECK constraint enforces domain integrity rules like withdrawal limits.