

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following is the correct syntax for defining “Constraint Check” in Mysql?$ |
A. | gender char(1) check( gender IN (‘M’, ‘F’)), |
B. | gender char (1) check, |
C. | gender char (1) check ( gender ), |
D. | none of the mentioned |
Answer» B. gender char (1) check, | |