What is correlated sub-query?

Answer Posted / guest

select empno,ename from emp where deptno in(
select deptno from dept where dept.deptno=emp.deptno)

when inner subquery has an reference to outer query then
this is know as Correlated sub-query.

Is This Answer Correct ?    107 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are dml statements autocommit?

750


Show code of a cursor for loop.

769


How do sql triggers work?

742


What is a delimiter in sas?

730


How do I enable sql encryption?

715






What is dynamic query?

732


Mention what is the function that is used to transfer a pl/sql table log to a database table?

662


What is meant by user defined function?

761


What does varchar include?

682


How to create an array in pl/sql?

771


What does data normalization mean?

717


What is break?

845


Can a primary key be a foreign key?

750


What is the current version of postgresql?

734


What is the main reason behind using an index?

725