what is the difference between the query and corelated
query
Answer Posted / guru
Correlated Query: If a sub query has a Reference with the
value or values of Main Query , It is called as Correlated
Sub query.
Thanks
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Which sql statement is used to delete data from a database?
What are transaction and its controls?
What are sql commands?
How run sql*plus commands that are stored in a local file?
What is rename command in sql?
Is grant a ddl statement?
What is $$ in sql?
How many sql statements are used?
What is sql performance tuning?
Does inner join return duplicate rows?
What is the difference between execution of triggers and stored procedures?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
What are the types of dbms?
Explain 3 basic parts of a trigger.
Write the command to remove all players named sachin from the players table.