adspace


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

what is collation? : Sql dba

1229


what is dbms? : Sql dba

1061


what are aggregate and scalar functions? : Sql dba

1129


What is the best sql course?

1050


Is inner join faster than left join?

1276


What is the current version of postgresql?

1178


Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me

2091


Does group by remove duplicates?

1112


how to start mysql server? : Sql dba

1267


Is primary key clustered index?

1019


what are all the common sql function? : Sql dba

1131


How do I remove duplicates in two columns?

1187


how to use regular expression in pattern match conditions? : Sql dba

1113


Is primary key always clustered index?

1095


what is bcp? When does it used? : Sql dba

1056