what is the difference between inline query and corelated
subquery
Answer / 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 |
What do you understand by data independence? What are its two types?
Is a server a database?
What is a deadlock and mention how it can be resolved?
How to configure events with firewall?
Define data, entity, domain and referential integrity?
What are the ways to controlling cursor behavior?
How do I create a database in access 2010?
What is the use of RECORD option in EXP command ?
What is create database?
What is database bloat?
What is meant by a database?
Can we linked SharePoint to a SQL databasebe?
0 Answers Sans Pareil IT Services,