What Statement Is Used To Define A New Assertion In Sql #74
What statement is used to define a new assertion in SQL?
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Intermediate and Advanced SQL - Integrity Constraints - Quiz No.1.
What statement is used to define a new assertion in SQL?
create check ;
create assertion where ;
create where ;
create assertion check ;