Saturday 13 July 2013

What is the basic difference between a join and a union

A join selects columns from 2 or more tables. A union selects rows.

No comments:

Post a Comment

C# LINQ Joins With SQL

There are  Different Types of SQL Joins  which are used to query data from more than one database tables. In this article, you will learn a...