Answer Posted / madhavi
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.
Is This Answer Correct ? | 38 Yes | 6 No |
Post New Answer View All Answers
What is a full join sql?
What is insert command in sql?
What is t sql used for?
What is mutating error?
How can we solve sql error: ora-00904: invalid identifier?
What is a data definition language?
Does oracle use sql?
What is sql deadlock?
What is difference between table and view?
What does rownum mean in sql?
Does access use sql?
Explain normalization and what are the advantages of it?
How to look at the current sql*plus system settings?
explain access control lists. : Sql dba
What is the usage of nvl function?