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 is sonicmq?
What do you understand by fragmentation?
How do you invoke datastage using unix?
For each user who needs access, the DBA creates an account in which database?
What do you understand by b-trees?
dear sir please provide what question will be asked in bank it officer interview
Is it good to save image in database?
what is normalization? types of normalization? example of each form? how do u implement normalization in ur project?
What is compound key?
What is the purpose of using a model?
What is progress open edge?
What are the basic elements of Base configuration of an oracle Database ?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)