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
What are the types of join and explain each?
How sql query is executed?
What are the two types of exceptions in pl/sql?
Is sql injection illegal?
Can we create view in stored procedure?
What normalization means?
how to shut down the server with 'mysqladmin'? : Sql dba
What is sql keyword?
What is the difference between database trigger and stored procedure?
How can triggers be used for the table auditing?
Does sql profiler affect performance?
Explain how to use transactions efficiently : transact sql
what is meant by urlencode and urldocode? : Sql dba
What are functions in sql?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba