SQL (Structured Query Language) Question:

What is SQL sub-query?

Tweet Share WhatsApp

Answer:

Sub-query is a query whose return values are used in filtering conditions of the main query.

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
What is difference between TRUNCATE & DELETE?Explain CONNECT BY PRIOR?