Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is inline command?

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


Please Help Members By Posting Answers For Below Questions

What are the types of join and explain each?

1097


How sql query is executed?

1183


What are the two types of exceptions in pl/sql?

1088


Is sql injection illegal?

1076


Can we create view in stored procedure?

1018


What normalization means?

1011


how to shut down the server with 'mysqladmin'? : Sql dba

1046


What is sql keyword?

1041


What is the difference between database trigger and stored procedure?

1128


How can triggers be used for the table auditing?

1117


Does sql profiler affect performance?

1040


Explain how to use transactions efficiently : transact sql

1012


what is meant by urlencode and urldocode? : Sql dba

1229


What are functions in sql?

991


how can we take a backup of a mysql table and how can we restore it. ? : Sql dba

1016