Answer Posted / rajeshwaran
An inline command is nothing but and Inline view that act
as a data-source for an Query.
Another important info about the Inline command is that it
is not an Schema Object.
example : (select rownum,e.eno
from (select eno from emp) e
where rownum <=3)
The query will result the TOP_3_analysis .In which the query
(select eno from emp) is known as INLINE_view or
INLINE_Query
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What are views in sql?
How to change sql*plus system settings?
What is a common use of group by in sql?
What is oracle and pl sql?
What are sql built in functions?
What are different categories of sql commands?
does sql support programming? : Sql dba
How do you sort in sql?
What is the difference between a database and a relational database?
how to analyze tables with 'mysqlcheck'? : Sql dba
What type of database is cloud sql?
What is data profiling in sql?
What is join view in sql?
What is sql table?