Question: 1
View the exhibit and examine the ORDERS table.
The ORDERS table contains data and all orders have been assigned a customer ID. Which statement would add a NOT NULL constraint to the CUSTOMER_ID column?
Question: 2
Examine the structure of the INVOICE table.
Which two SQL statements would execute successfully? (Choose two.)
Answer : A, C
Show Answer
Hide Answer
Question: 3
Which three statements are true about the ALTER TABLE....DROP COLUMN.... command? (Choose three.)
Question: 4
View the exhibit and examine the description of the PRODUCT_INFORMATION table.
Which SQL statement would retrieve from the table the number of products having LIST_PRICE as NULL?
Question: 5
Which three tasks can be performed using SQL functions built into Oracle Database? (Choose three.)