Oracle
1Z0-007 · Question #90
Which best describes an inline view?
The correct answer is D. a subquery that is part of the FROM clause of another query. a subquery that is part of the FROM clause of another query Incorrect answer: A is not a schema object B subquery can contain GROUP BY clause as well. C does not necessary contains group functions
Displaying Data from Multiple Tables and Subqueries
Question
Which best describes an inline view?
Options
- Aa schema object
- Ba subquery that can contain an ORDER BY clause
- Canother name for a view that contains group functions
- Da subquery that is part of the FROM clause of another query
How the community answered
(45 responses)- A13% (6)
- B4% (2)
- C4% (2)
- D78% (35)
Explanation
a subquery that is part of the FROM clause of another query Incorrect answer: A is not a schema object B subquery can contain GROUP BY clause as well. C does not necessary contains group functions
Topics
#inline view#subquery#FROM clause#view types
Community Discussion
No community discussion yet for this question.