Based on the structure of the PROMOTION table, which of the following commands will ensure that the value entered for the MINRETAIL column is more than the value entered for the MAXRETAIL column??


Answer:
ALTER TABLE promotion
ADD CHECK ( minretail < maxretail);

Computer Science & Information Technology

You might also like to view...

What would the browser display if the following script is executed?

``` ``` a) Nothing, the browser would generate an error. b) 0 c) 50 d) 60

Computer Science & Information Technology

Goal Seek is useful to determine how much you can borrow to stay within a budget

Indicate whether the statement is true or false

Computer Science & Information Technology

Back Orifice is an example of a backdoor

Indicate whether the statement is true or false

Computer Science & Information Technology

You can add a new comment by clicking the Insert Comment command on a shortcut menu.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology