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

What normalization means?

516


What are procedures used for?

518


What does the argument [or replace] do?

566


What is the main reason behind using an index?

544


What is asqueryable?

521






Does pdo prevent sql injection?

512


What is the difference between function, procedure and package in pl/sql?

551


what is bcp? When does it used? : Sql dba

511


what are enums used for in mysql? : Sql dba

598


What are the possible values for the boolean data field?

508


What are different categories of sql commands?

625


What is sql prepared statement?

534


What is the difference between inner join and natural join?

499


What is time based sql injection?

480


What is where clause in sql?

521