"2. Identify the total number of students in the class." ...
--manages (employee-name, manager-name)--a) Find the names of all employees who work for First Bank Corporation. SELECT e.employee_name FROM tbl_Employee e JOIN tbl_Works w on e.employee_name = ...