📝 Question
#1095
To include integrity constraint in an existing relation use :
✓
Correct Answer
C. Alter table
💡
Explanation
SYNTAX – alter table table-name add constraint, where constraint can be any constraint on the relation.
⌨️ Press
A
B
C
D
to select