diff b/w sub query and co-relater query?
Answers were Sorted based on User's Feedback
Answer / guru
Sub query means A query within another query. the Sub query
executed first and returns result, which is used by Main Query.
Correlated Sub query:
The sub query has a Reference with a value or values of Main
Query, Which is Called as COrrelated Sub Query.
Thanks
Guru
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / ganesh
sub query is select statement which is lying in clause of
another sql stament
corelated subquery:
it is row-by-row processing, in which outer sub query is
processing for every inner query result
| Is This Answer Correct ? | 5 Yes | 0 No |
Sub Query : In this Inner query will execute first. Based
on that result outer query will execute.
Correlated Sub Query : Query which has reference to the
main query , means outer query will execute first based o
that result inner query will execute.
Thank you,
Suresh.
| Is This Answer Correct ? | 6 Yes | 1 No |
What is CYCLE/NO CYCLE in a Sequence?
how to get second highest salary in SQL(as/4000
What are the different types of tables in sql?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
write a pl/sql function if enter a value=0 then output value=1 and vise verse with out using if and case statements.
How to use transactions efficiently : transact sql
How much ram can sql express use?
What is the use of partition by in sql?
wt is the diff b/w greast and max ,least and min? wt is the diff b/w case and decod?
4 Answers Oracle, TCS, Tecnics,
difference between SQL and C
1 Answers Indus Software Technologies,
What are the benefits of stored procedures?
What are the types of queries in sql?
Oracle (3259)
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)