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 do you update a sql procedure?

527


What is difference between inner join and cross join?

522


What is the difference between rename and alias?

711


What is a scalar value in sql?

590


Why do we create views in sql?

561






What is AUTH_ID and AUTH_USER in pl/sql ?

1694


What is execution plan in sql?

551


How does left join work in sql?

521


What is sql and how does it work?

551


What is a mutating table and a constraining table?

575


Is sql developer case sensitive?

522


What are the different parts of a package?

635


What is server name sql?

594


what are integrity rules?

571


How do I debug a stored procedure?

631