

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following is the correct syntax for defining Constraint Check in Mysql? |
A. | gender char (1) check, |
B. | gender char (1) check ( gender ), |
C. | gender char(1) check( gender IN ( M , F )), |
D. | All of above |
E. | None of these |
Answer» D. All of above | |