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 to get employee name from employee table which is the fiveth highest salary of the table
What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
Is sqlite good enough for production?
Explain how can you save or place your msg in a table?
What is dba in sql? : SQL DBA
Which are the different case manipulation functions in sql?
write a query that returns first characters of each word in Oracel/Sql pl sql
What are the 3 types of behavioral triggers?
How to get unique records from a table?
How many triggers can be applied to a table?
what is the difference between pragma exception_init and raise_application_error
1 Answers Aetins, State Street,
what is a database? : 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)