[solved]-Write Complete Pl Sql Program Enables User Interact Database Choice Example May Choose Emp Q39060885
Write a complete PL/SQL program that enables a user to interactwith a database of your choice (for example you may choose employeedatabase, or student, or a library database, … etc). The databaseshould contain one table, and the program should enable the userto:
- Insert a record into the table
- Find a record in the table
- Update a record in the table
- delete a record from the table.
- Display all the records in the table.
Note:
- Make use of substitution variables to get input from theuser.
- To ease the coding and distribution of jobs among members, codeevery job in the list above in a separate procedure.
Expert Answer
Answer to Write a complete PL/SQL program that enables a user to interact with a database of your choice (for example you may choo… . . .
OR

