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 procedure in pl sql?
How many commands are in sql?
Why is stored procedure faster than query?
what is clause? : Sql dba
What is clustered index sql?
What are literals in sql server?
Which are the different character-manipulation functions in sql?
What is scalar function?
What is difference between nchar and nvarchar?
How does index help in query performance?
What is sql trigger example?
Can we use delete in merge statement?
What is cursor in pl sql with examples?
what is cross join? : Sql dba
What is a field in a database?