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
how to convert character strings to numeric values? : Sql dba
What are the ways on commenting in a pl/sql code?
What are the popular database management systems in the it industry?
What is the difference between a subquery and a join?
Can we call dml statement in function?
Why does sql need a server?
what is the difference between myisam static and myisam dynamic? : Sql dba
what is normalization? : Sql dba
Explian rowid, rownum?
What is the difference between the implicit and explicit cursors?
When can we use the where clause and the having clause?
What is constant in pl sql?
What are the different types of functions in sql?
What is the difference between rename and alias?
What is the difference between sql and isql*plus?