what is inline command?
Answers were Sorted based on User's Feedback
Answer / nagender k
Inline view is a subquery in the from clause of your main
query.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / 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 |
How do you delete data from a table?
What is indexing oracle sql?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
what is cursor procedure
What is the life of an sql statement?
Is it mandatory for the primary key to be given a value when a new record is inserted?
how will you find out the last three records in a table with n no of records and delete them
What is the need of a partition key?
What are the types of optimization?
What is rtm stands for?
Is join an inner join?
does sql support programming? : Sql dba
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)