Question 96
Examine the description of the ORDERStable:

Examine the description of the INVOICEStable:

Examine this query:

Which three rows will it return? (Choose three.)

Examine the description of the INVOICEStable:

Examine this query:

Which three rows will it return? (Choose three.)
Question 97
View the Exhibit and examine the structure of the CUSTOMERS table.

Evaluate the following SQL statement:

Which statement is true regarding the outcome of the above query?

Evaluate the following SQL statement:

Which statement is true regarding the outcome of the above query?
Question 98
You create a table named 123.
Which statement runs successfully?
Which statement runs successfully?
Question 99
Evaluate the following SQL statement:
SELECT product_name || 'it's not available for order'
FROM product_information
WHERE product_status = 'obsolete';
You received the following error while executing the above query:
ERROR
ORA-01756: quoted string not properly terminated
What would you do to execute the query successfully?
SELECT product_name || 'it's not available for order'
FROM product_information
WHERE product_status = 'obsolete';
You received the following error while executing the above query:
ERROR
ORA-01756: quoted string not properly terminated
What would you do to execute the query successfully?
Question 100
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?

Evaluate this SQL statement:
ALTER TABLE emp
DROP COLUMN first_name;
Which two statements are true?
