Assume you need to create a table that contains a column called CreditLimit. Which of the following statement fragments will only allow a CreditLimit of $5,000, $7,500, or $15,000? Select one: a.CHECK...


Assume you need to create a table that contains a column called CreditLimit.<br>Which of the following statement fragments will only allow a CreditLimit of $5,000, $7,500, or $15,000?<br>Select one:<br>a.CHECK (CreditLimit IN (5000, 7500, 15000))<br>b.ADD (CreditLimit IN (5000 ,75000,15000))<br>c.CHECK ((5000, 7500, 15000))<br>d.CHECK (CreditLimit LIKE (5000, 7500, 15000))<br>

Extracted text: Assume you need to create a table that contains a column called CreditLimit. Which of the following statement fragments will only allow a CreditLimit of $5,000, $7,500, or $15,000? Select one: a.CHECK (CreditLimit IN (5000, 7500, 15000)) b.ADD (CreditLimit IN (5000 ,75000,15000)) c.CHECK ((5000, 7500, 15000)) d.CHECK (CreditLimit LIKE (5000, 7500, 15000))

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here