Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
MSSQL Tutorial
Set Operations 10 codes
Home
MSSQL Tutorial
Set Operations
1 A union that combines information from the Billings table
2 A union that combines payment data from the same joined tables
3 EXCEPT Demo
4 Listing the output from two identical tables
5 OR operator can be used instead of the UNION operator, as the two equivalent examples
6 Returning Distinct or Matching Rows using EXCEPT
7 Returning Distinct or Matching Rows using INTERSECT
8 The intersection of two tables is the set of rows belonging to both tables
9 UNION same type of columns from different tables
10 Using Unions to Display Data from Multiple Queries