Answers for "What is Correlated Subquery in DBMS?"

0

What is Correlated Subquery in DBMS?

SELECT * from EMP WHERE ‘RIYA’ IN (SELECT Name from DEPT WHERE EMP.EMPID=DEPT.EMPID);
Posted by: Guest on April-29-2021

Code answers related to "What is Correlated Subquery in DBMS?"

Browse Popular Code Answers by Language