DBMS LAB ASSIGNMENT 5:
23C4130
#1 Write a stored procedure AddEmployee that inserts a new employee record.
#2 Write a stored procedure UpdateSalary that updates the salary of an employee
based on their SSNs.
#3 Write a function GetSalary that returns the salary of an employee based on
SSNs.
#4 Create a view EmployeeDetails that displays employee name, salary, and
department.
#5 Create a view DepartmentEmployeeCount that shows the department name
along with the number of employees.