Using Join Statement

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

USING JOIN STATEMENT values existing one table must exist also on another table

(intersection)
1.

List employee s last name, first name, workdept, and its department name.

2.

List manager of the department of each department

USING LEFT JOIN

3.

List all department evern there is no manager

USING RIGHT JOIN


4.

List employees who handle/manage department

You might also like