View the Exhibit and examine the details of the PRODUCT_INFORMATIONtable.
Exhibit
You must display PRODUCT_NAME from the table where the CATEGORY_IDcolumn has values 12or 13, and the SUPPLIER_IDcolumn has the value 102088.
You executed this SQL statement:
Which statement is true regarding the execution?
Evaluate the following SQL commands:
The command to create a table fails. Identify the reason for the SQL statement failure.
View the exhibit and examine the ORDERStable.
ORDERS
Name Null? Type
ORDER ID NOT NULL NUMBER(4)
ORDATE DATE DATE
CUSTOMER ID NUMBER(3)
ORDER TOTAL NUMBER(7,2)
The ORDERStable contains data and all orders have been assigned a customer ID. Which statement would add a NOTNULLconstraint to the CUSTOMER_IDcolumn?