DBA > Job Interview Questions > COBOL SQL Interview Questions

What is UNION, UNION ALL?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is UNION, UNION ALL?

UNION eliminates duplicates
UNION ALL retains duplicates
Both these are used to combine the results of different SELECT statements.

(Continued on next question...)

Other Job Interview Questions