List contents of DEPARTMENT and EMPLOYEE tables. Lists each department. SELECT * FROM DEPARTMENT Lists each employee. SELECT * FROM EMPLOYEE