nerdexam
Oracle

1Z0-007 · Question #75

In which four clauses can a subquery be used? (Choose four.)

The correct answer is A. in the INTO clause of an INSERT statement B. in the FROM clause of a SELECT statement D. in the WHERE clause of a SELECT statement E. in the SET clause of an UPDATE statement. A: a subquery is valid on the INTO clause of an ISERT Statement B: a subquery can be used in the FROM clause of a SELECT statement D: a subquery can be used in the WHERE clause of a SELECT statement, E: a subquery can be used in the SET clauses of an UPDATE statement, Incorrect…

Displaying Data from Multiple Tables and Subqueries

Question

In which four clauses can a subquery be used? (Choose four.)

Options

  • Ain the INTO clause of an INSERT statement
  • Bin the FROM clause of a SELECT statement
  • Cin the GROUP BY clause of a SELECT statement
  • Din the WHERE clause of a SELECT statement
  • Ein the SET clause of an UPDATE statement
  • Fin the VALUES clause of an INSERT statement

How the community answered

(18 responses)
  • A
    83% (15)
  • C
    11% (2)
  • F
    6% (1)

Explanation

A: a subquery is valid on the INTO clause of an ISERT Statement B: a subquery can be used in the FROM clause of a SELECT statement D: a subquery can be used in the WHERE clause of a SELECT statement, E: a subquery can be used in the SET clauses of an UPDATE statement, Incorrect answer: C subquery cannot be used F: is incorrect.

Topics

#subqueries#INSERT#FROM clause#WHERE clause

Community Discussion

No community discussion yet for this question.

Full 1Z0-007 Practice