nerdexam
Oracle

1Z0-071 · Question #194

In the EMPLOYEES table there are 1000 rows and employees are working in the company for more than 10 years. Evaluate the following SQL statement: What would be the result?

The correct answer is B. It executes successfully and updates the records of those employees who have been working in. See the full explanation below for the reasoning.

Question

In the EMPLOYEES table there are 1000 rows and employees are working in the company for more than 10 years. Evaluate the following SQL statement:

What would be the result?

Exhibit

1Z0-071 question #194 exhibit

Options

  • AIt executes successfully but no rows updated.
  • BIt executes successfully and updates the records of those employees who have been working in
  • CIt gives an error because multiple NVL functions are used in an expression.
  • DIt gives an error because NVL function cannot be used with UPDATE.

How the community answered

(21 responses)
  • A
    10% (2)
  • B
    81% (17)
  • C
    5% (1)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice