0
585views
Write a program in Java
written 2.9 years ago by | • modified 2.8 years ago |
Write a program in Java to add records, delete records and modify records with respect to the requirements of an Employee table having Emp_ID, Emp_Name, Emp_Salary and Emp_Dept as the attributes of the table.
ADD COMMENT
EDIT