nerdexam
Oracle

1Z0-061 · Question #61

View the Exhibit and examine the structure of the products table. Using the products table, you issue the following query to generate the names, current list price, and discounted list price for all…

The correct answer is C. The column alias should be replaced with the expression in the where clause. See the full explanation below for the reasoning.

Question

View the Exhibit and examine the structure of the products table. Using the products table, you issue the following query to generate the names, current list price, and discounted list price for all those products whose list price falls below $10 after a discount of 25% is applied on it. The query generates an error. What is the reason for the error?

Exhibit

1Z0-061 question #61 exhibit

Options

  • AThe parenthesis should be added to enclose the entire expression.
  • BThe double quotation marks should be removed from the column alias.
  • CThe column alias should be replaced with the expression in the where clause.
  • DThe column alias should be put in uppercase and enclosed within double quotation marks in the where clause.

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    17% (4)
  • C
    71% (17)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-061 Practice