Question 91

View the Exhibit and examine the structures of the employees and departments tables.

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:

What is the result?
  • Question 92

    Which three actions can you perform on an existing table containing data? (Choose three.)
  • Question 93

    Examine the description of the sales table.
    The sales table has 55,000 rows.
    Examine this statements:
    Which two statements are true?
  • Question 94

    View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables.

    You executed this UPDATE statement:

    Which statement is true regarding the execution? (Choose the best answer.)
  • Question 95

    Which two statements are true about date/time functions in a session where NLS_DATE_FORMAT is set to DD-MON-YYYY HH24:MI:SS?