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

give the syntax of grant and revoke commands? : Sql dba

707


How many types of cursors are available in pl/sql?

674


Is left join and outer join same?

647


What are tables and fields?

684


How do I restart sql?

637






What is error ora-12154: tns:could not resolve the connect identifier specified?

695


what is the difference between nested subquery and correlated subquery?

643


What are the topics in pl sql?

605


How to rename a column in the output of sql query?

625


How many sql are there?

623


What is example of database?

612


How do I install microsoft sql?

610


Can we use joins in subquery?

659


What is meaning of <> in sql?

708


How do I enable sql encryption?

616