0
494views
Write a program in Java

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.

Please log in to add an answer.