How will you make sure that the value used in GENDER CHAR(1) column is either ‘M’ or ‘F’ only?
What will be an ideal response?
CONSTRAINT employee_gender_cc CHECK ((Gender = ‘M’) or (Gender = ‘F’))
Computer Science & Information Technology
You might also like to view...
Round the values down at the places noted.
999.99 at tens place
Computer Science & Information Technology
The mouse shortcut for selecting a word is to ________ the word
Fill in the blank(s) with correct word
Computer Science & Information Technology
What term is used to describe the number of samples a sound card takes to create the reproduction of the original sound?
A) Analog-to-digital conversion rate B) Power rating C) Frequency response D) Signal to noise ratio
Computer Science & Information Technology
In IPsec, authentication is accomplished by the ____ protocol.
A. Encapsulating Security Payload (ESP) B. ISAKMP/Oakley C. Authentication Header (AH) D. L2TP
Computer Science & Information Technology