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 many unique keys can a table have?
Can we call stored procedure in function?
What is pl sql and why it is used for?
When we give SELECT * FROM EMP; How does oracle respond?
24 Answers Accenture, HCL, Infosys,
what is the main difference between join and subqurey?
What are the types of optimization?
Why do we need cursors in pl sql?
What are the advantages of indexing?
What is right join sql?
what is sp_pkeys? : Transact sql
how to concatenate two character strings? : Sql dba
How do I count records in sql?
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)