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
Is hadoop a nosql?
Which command is used to delete a package?
How do I find sql profiler?
what are the type of locks ? : Sql dba
What does cursor do in sql?
Can we use insert statement in function?
What is the difference between mdf and ndf files?
how to get @@error and @@rowcount at the same time? : Sql dba
What is clause in sql?
What is the use of function "module procedure" in pl/sql?
List different type of expressions with the example.
What found sql?
What is sql in java?
Which are sql * plus commands?
What are triggers and its uses?