Interview Questions

Suppose I have five SQL SELECT statements connected by UNION/UNION ALL ...

COBOL SQL Interview Questions


(Continued from previous question...)

Suppose I have five SQL SELECT statements connected by UNION/UNION ALL ...

Q: Suppose I have five SQL SELECT statements connected by UNION/UNION ALL, how many times should I specify UNION to eliminate the duplicates rows?

AN:
Once

(Continued on next question...)

Other Interview Questions