Multiple Choice
Which of the following statement fragments will only allow a CreditLimit of $5,000, $7,500, or $15,000?
A) (CreditLimit IN (5000, 7500, 15000) )
B) CHECK ((5000, 7500, 15000) )
C) CHECK (CreditLimit LIKE (5000, 7500, 15000) )
D) CHECK (CreditLimit IN (5000, 7500, 15000) )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: What SQL feature can you use if
Q41: Which command will create an application program's
Q42: In SQL, you can use the _
Q43: Which SQL command should you use to
Q44: To create the primary key clause for
Q45: Which statement will take away user privileges
Q46: Information about tables in the database is
Q48: The type of field for which you
Q49: What feature is available in Access 2016
Q50: Stored procedures do not accept parameters, and