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
what is collation? : Sql dba
what is dbms? : Sql dba
what are aggregate and scalar functions? : Sql dba
What is the best sql course?
Is inner join faster than left join?
What is the current version of postgresql?
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
Does group by remove duplicates?
how to start mysql server? : Sql dba
Is primary key clustered index?
what are all the common sql function? : Sql dba
How do I remove duplicates in two columns?
how to use regular expression in pattern match conditions? : Sql dba
Is primary key always clustered index?
what is bcp? When does it used? : Sql dba