What is the Subquery?

Answers were Sorted based on User's Feedback



What is the Subquery?..

Answer / suresh kumar somayajula

SELECT Statement which is embedded in another class of
SELECT statement is nothing but "Sub-Query".

In this ..Inner query will execute first.based on that
result outer query will execute.

Thank you,
Suresh

Is This Answer Correct ?    6 Yes 0 No

What is the Subquery?..

Answer / anil_abbireddy

Runs first,executed once,returns values to be used by the
MAIN Query

Is This Answer Correct ?    5 Yes 0 No

What is the Subquery?..

Answer / ramesh

A sub query is a query and it is deepened main query on the another query is called as a sub-query.

Is This Answer Correct ?    0 Yes 0 No

What is the Subquery?..

Answer / rashmi

Query inside a query is called sub query. Always to execute successfully the outer query depends on the output of inner query.
it is if 4 types.

>Scalar sub query
>Corelated sub query
>Nested sub query
>Inline view

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do I find duplicates in a single column in sql?

0 Answers  


What is hibernate and its relation to sql?

0 Answers  


Is there any restriction on the use of union in embedded sql?

0 Answers  


How does one use sql*loader to load images, sound clips and documents? : aql loader

0 Answers  


How does sql store data?

0 Answers  






Explain the types of joins in sql?

0 Answers  


What do you understand by pl/sql packages?

0 Answers  


What is diff between bulk collect and forall

3 Answers   Metric Stream,


Difference between global and parameter variables?

0 Answers   TCS,


what are the security recommendations while using mysql? : Sql dba

0 Answers  


Explain what is a database?

0 Answers  


How we can update the view?

0 Answers  


Categories