what is the difference between inline query and corelated
subquery
Answer Posted / sudipta santra
Inline query :
select * from emp where empno=(select max(empno) from emp);
Co-Related sub query:
Select * from emp where dob> (select distinct dob where
deptno= 10);
Note: In the Inline subquery , The main query depends upon
the outcome value of the inline sub query which is in-lined
but in case of co-related sub query the main query and sub
query both run simultaneously then the check occurs.
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
How many types of database language exist?
What is the purpose of normalization in dbms?
Explain the use of assign statement in progress database?
What is service based database?
What are the three main types of models?
Can videos be stored in a database?
Is access a database program?
I have a table which has lot of inserts, is it a good database design to create indexes on that table?
What are the advantages of dbms?
Enlist the advantages of dbms.
What is system catalog or catalog relation?
How do we select distinct values from a table?
What are the parts of a table?
What is database or database management systems (dbms)?
What's the best database software for mac?