SQL (Structured Query Language) Question:
What is correlated sub-query?
Answer:
Correlated sub-query is a sub-query, which has reference to the main query.
Previous Question | Next Question |
What is referential integrity constraint? | What is SQL ROWID? |