what are corelated subqueries
Answer / anonymus
In a SQL database query, a correlated subquery (also known as a synchronized subquery) is a subquery (a query nested inside another query) that uses values from the outer query. Because the subquery may be evaluated once for each row processed by the outer query, it can be inefficient.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe varray?
What privilege is needed for a user to create indexes in oracle?
What are advantages fo Stored Procedures?
can a view be updated?
What is the difference between alert log file and tarce file ?
10)In an RDBMS, the information content of a table does not depend on the order of the rows and columns. Is this statement Correct? A)Yes B)No C)Depends on the data being stored D)Only for 2-dimensional tables
What is Hash Index?
What are the data types in oracle?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
What is an Oracle Instance?
What are the original export and import utilities?
How to select the name of employee who is getting maximum sal with out using subquery