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 the difference between the query and corelated
query

Answer Posted / chintu

A query is nothing but if we want to evaluate one thing we
will write query. like
select * from emp; --->> query

A Query is evaluated once for each and every row from the
parent statement is called corellated Query.
like
select * from emp outer where sal= ( select avg(sal) from
emp e where dept.e=dept.outer) --> corelated query

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to return an array from java to pl/sql?

1177


Can we enter data in a table in design view?

1011


Why coalesce is used in sql?

1065


What is a Mapplet?

1194


Explain the difference in execution of triggers and stored procedures?

1060


how many groups of data types? : Sql dba

1072


What is scalar function in sql?

1095


What is package in pl sql with an examples?

1083


can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba

1046


Why do we use set serveroutput on?

1011


how to convert character strings to numeric values? : Sql dba

1162


How do I remove sql plus from windows 10?

1141


What are functions in sql?

995


How do we use distinct statement? What is its use?

1073


what are the join types in tsql? : Transact sql

1101