The CUSTOMERStable has a CUST_CREDIT_LIMITcolumn of data type NUMBER.
Which two queries execute successfully? (Choose two.)
View the Exhibit and examine the structure of the EMP table which is not partitioned and not an index- organized table. (Choose two.)
Evaluate this SQL statement:
ALTER TABLE emp
DROP COLUMN first_name;
Which two statements are true?
BOOK_SEQ is an existing sequence in your schema.
Which two CREATE TABLE commands are valid?
Examine the structure proposed for the TRANSACTIONS table:
Which two statements are true regarding the creation and storage of data in the above table structure? (Choose two.)
Examine the description of the EMPLOYEES table:
Which two statements will run successfully?