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 cursor explain with example?

733


How much does sql certification cost?

741


What is sp_helptext?

772


How do you modify a trigger?

695


What are the qualities of 2nf?

747






What is a join query?

722


What is rollback?

786


What does t sql mean?

702


Explain aggregate functions are available there in sql?

752


How is a process of pl/sql compiled?

775


How do I clear the screen in sql plus?

752


Why are sql stored procedures used?

798


Is ms sql traffic encrypted?

681


How consistent is the view of the data between and within multiple sessions, transactions or statements ?

1923


Can you load data into multiple tables at once? : aql loader

800