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 select random rows from a table?
What is structural independence and why is it important?
What are the different types of joins in sql?
how to enter characters as hex numbers? : Sql dba
What is pls integer?
What are records give examples?
how to convert numeric values to character strings? : Sql dba
What are commit, rollback, and savepoint?
What are the parameter modes supported by pl/sql?
What is mutating table error?
What are the popular database management systems in the it industry?
What are the sql versions?
What is a table in a database?
Explain correlated query work?
What does an inner join do?