0
12kviews
Relational Set Operators in DBMS
1 Answer
| written 7.1 years ago by |
Relational set operators:
Relational set operators are used to combine or subtract the records from two tables. These operators are used in the SELECT query to combine the records or remove the records.
In order to set operators to work in database, it should have same number of columns participating …