what is the difference between the query and corelated
query
Answer Posted / chintu
A query is nothing but if we want to evaluate one thing we
will write query. like
select * from emp; --->> query
A Query is evaluated once for each and every row from the
parent statement is called corellated Query.
like
select * from emp outer where sal= ( select avg(sal) from
emp e where dept.e=dept.outer) --> corelated query
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is bulk compiling in pl/sql.?
Explain isolation levels. : Transact sql
When you have to use a default "rollback to" savepoint of plvlog?
What is the use of index in hive?
What is compound trigger?
What are the benefits of stored procedures?
What are the different dcl commands in sql?
Explain the working of foreign key?
What is the difference between database trigger and stored procedure?
What is data definition language?
What is crud sql?
What is the difference between clustered and non-clustered index in sql?
How do you modify a column in sql?
What is the command used to fetch first 5 characters of the string?
what is meant by urlencode and urldocode? : Sql dba