DBMS Experiment No 8
DBMS Experiment No 8
Experiment no .8
Union Clause:
The user can put together multiple Queries and combine their output using
the union clause . The union clause merges the output of two or more Queries
into a single set of rows and column. The final output of union clause will
be
Intersect Clause: The use can put together multiple Queries and their output
using the interest clause. The final output of the interest clause will be :
Output =A single set of records which are common in both Queries Syntax:
INTERSECT
SELECT
columnname,
columnname FROM
tablename 2;
MINUS CLAUSE:- The user can put together multiple Queries and combine their
output = records only in Questionry one
QUERIES:
OUTPUT