00:00

QUESTION 6

View the Exhibit and examine the structures of the employees and departments tables.
1Z0-071 dumps exhibit
You must update the employees table according to these requirements::
-Update only those employees who work in Boston or Seattle (locations 2900 and 2700).
-Set department_id for these employees to the department id corresponding to London (locationid 2100).
-Set the employees' salary in iocation_id 2100 to 1.1 times the average salary of their department.
-Set the employees' commission In location_id 2100 to 1.5 times the average commission of their department. You issue this command:
1Z0-071 dumps exhibit
What is the result?

Correct Answer: A

QUESTION 7

Using the CUSTOMERS table, you need to generate a report that shows 50% of each credit amount in each income level. The report should NOT show any repeated credit amounts in each income level.
Which query would give the required result?

Correct Answer: B

QUESTION 8

Which two tasks can be performed by using Oracle SQL statements?

Correct Answer: AC
References:
http://www.techonthenet.com/oracle/password.php
https://docs.oracle.com/cd/B28359_01/server.111/b28324/tdpii_distdbs.htm

QUESTION 9

View the Exhibit and examine the structure of the PROMOTION table.
1Z0-071 dumps exhibit
You have to generate a report that displays the promo named start data for all promos that started after that last promo in the ‘INTTERNET’ category.

Correct Answer: B

QUESTION 10

View the Exhibit and examine the structure of the EMP table which is not partitioned and not an index-organized table. (Choose two.)
1Z0-071 dumps exhibit
Evaluate this SQL statement: ALTER TABLE emp
DROP COLUMN first_name; Which two statements are true?

Correct Answer: B