DBA > Job Interview Questions > DB2 ( IBM Database 2 ) Interview Questions

What is the difference between join and union ?

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

(Continued from previous question...)

What is the difference between join and union ?

Join is used to retireve data from different tables using a single SQL statement. Union is used to combine the results of two or more SQL queries.

(Continued on next question...)

Other Job Interview Questions