3. Data Definition Language
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?
Table level CHECK constraint
NOT NULL constraint
UNIQUE constraint
PRIMARY KEY constraint