3 Sub Query Flashcards
1
Q
define sub query
A
the Query within a Query is called the sub query
2
Q
where we can write sub query
A
near select, from , where
3
Q
to comare single value we use
A
>
4
Q
to comare multiple value we use
A
all , any
5
Q
All
A
this will give all values apart form specified.
6
Q
any
A
this will give all values and also specified.
7
Q
Corelated
A
if the output sq depend on in ternal sq(subquery)
8
Q
which runs first internal sq or External sq
A
internal sq
9
Q
for each transcation of _______ sq the ______ sq will run individually
A
internal sq , outer sq
10
Q
disadvantage of corelated sub query
A
time consuming