1z0-071 Exam Question 256
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?
1z0-071 Exam Question 257
See the Exhibit and examine the structure of the PROMOTIONS table:

Using the PROMOTIONStable, you need to find out the average cost for all promos in the range $0-2000 and
$2000-5000 in category A.
You issue the following SQL statements:

What would be the outcome?

Using the PROMOTIONStable, you need to find out the average cost for all promos in the range $0-2000 and
$2000-5000 in category A.
You issue the following SQL statements:

What would be the outcome?
1z0-071 Exam Question 258
View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables.

Which INSERT statement should be used to add a row into the ORDERS table for the customer whose CUST LAST NAME is Roberts and CREDIT LIMIT is 600?

Which INSERT statement should be used to add a row into the ORDERS table for the customer whose CUST LAST NAME is Roberts and CREDIT LIMIT is 600?
1z0-071 Exam Question 259
View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. (Choose the best answer.)

You executed this UPDATE statement:

Which statement is true regarding the execution?

You executed this UPDATE statement:

Which statement is true regarding the execution?
1z0-071 Exam Question 260
Which three queries execute successfully?
