Oracle SQL Set Operators - Lab Exercise

Oracle SQL Set Operators - Lab Exercise
Practice questions
    1. Print row times the emp name =raja.
    2.	Display 2 tables without duplicates.
    3. Display the rows from first table that do not appear in the second table.
    4. Display only common values from both tables.
    5. Display all values from both tables.