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 set operators in sql?
Is inner join same as self join?
What are the different sql languages?
Can a composite key be null?
How delete all data from table in sql?
Why is sql better than hql?
What is nvl?
Which are the different character-manipulation functions in sql?
Explain 3 basic parts of a trigger.
Explain what is a field in a database and record in a database?
Is primary key clustered or nonclustered?
What is before and after trigger?
What is natural join in sql?
What is crud diagram?
Can sql function call stored procedure?