hai friends,
what is the difference btween join and union.if anyone knows the exact definitions and difference pls give me reply
thanks in advance,
indu
in join you can combine number of columns from one table with number of columns from other table. whereas in union we can combine rows from two or more than two table. but for union number of column selected from first table should always equal to that of from another table.