ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Databases  >>  Oracle  >>  Oracle AllOther
 
 


 

 
 Oracle General interview questions  Oracle General Interview Questions
 OCI interview questions  OCI Interview Questions
 Architecture interview questions  Architecture Interview Questions
 Oracle Security interview questions  Oracle Security Interview Questions
 Database Management interview questions  Database Management Interview Questions
 Forms Reports interview questions  Forms Reports Interview Questions
 Oracle AllOther interview questions  Oracle AllOther Interview Questions
Question
what is different between inline query,subquery& corelated 
query?
 Question Submitted By :: Sujata
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is different between inline query,subquery& corelated query?
Answer
# 1
A correlated subquery is a SELECT statement nested inside
another T-SQL statement, which contains a reference to one
or more columns in the outer query. Therefore, the
correlated subquery can be said to be dependent on the outer
query. This is the main difference between a correlated
subquery and just a plain subquery. A plain subquery is not
dependent on the outer query, can be run independently of
the outer query, and will return a result set. A correlated
subquery, since it is dependent on the outer query will
return a syntax errors if it is run by itself.
 
Is This Answer Correct ?    4 Yes 3 No
Dhana
 
  Re: what is different between inline query,subquery& corelated query?
Answer
# 2
An inline view is a SELECT statement in the FROM-clause of
another SELECT statement. In-line views are commonly used
simplify complex queries by removing join operations and
condensing several separate queries into a single query.
This feature was introduced in Oracle 7.
 
Is This Answer Correct ?    6 Yes 1 No
Dhana
 
 
 
  Re: what is different between inline query,subquery& corelated query?
Answer
# 3
A subquery is a query (usually enclosed by parentheses) 
that appears within another
SQL data manipulation statement. When evaluated, the 
subquery provides a value
or set of values to the statement. Often, subqueries are 
used in the WHERE clause.
Whereas a subquery is evaluated only once for each table, a 
correlated subquery is
evaluated once for each row.
An inline query or inline view is the query whichis in from 
clause of select statement
 
Is This Answer Correct ?    4 Yes 0 No
Madhavi
 

 
 
 
Other Oracle AllOther Interview Questions
 
  Question Asked @ Answers
 
what is the difference between TRUNCATE and DELETE command in SQL TCS14
How to find 8th person record in a table? Plz mail ur answers to mak2786@gmail.com Regards Arun  3
What are the main diff. between oracle 7.3 and oracle 8i?  1
What type of index should you use on a fact table?  1
i have marks in table,how to find total?  1
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.  2
Explain the difference between a data block, an extent and a segment. IBM1
You have just compiled a PL/SQL package but got errors, how would you view the errors?  1
WHAT IS CARDINALITY?  2
What is database schema?  2
what is different between inline query,subquery& corelated query? Quest3
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?  2
Explain the use of setting GLOBAL_NAMES equal to TRUE.  1
Whats the purpose of using Nextval while creating the sequence. HCL2
what is the difference b/w oracle8i and oracle9i iGate3
How can you rebuild an index?  1
how to display last 5 letters from a name (take emp table ename ) IBM3
how can it possibble to see the report output in excel sheet in oracle applications Wipro3
Compare and contrast TRUNCATE and DELETE for a table.  3
How can you enable a trace for a session?  2
 
For more Oracle AllOther Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com