What is an inline view?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is an inline view?
Rating:
An inline view is a subquery with an alias. It can be used in the FROM clause of a SELECT statement. An inline view defines a data source for the SELECT statement in which it is defined. The columns specified in an inline view can be accessed in the same way as the columns of a table or view.
Rating:
Was this information helpful?
Other articles
- When is top-n analysis performed?
- What is SUBSTR function?
- What are the types of substitution variables?
- What is TO_CHAR (character) function?
- What is a role?