Menu

[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:

  1. Insert a record into the table
  2. Find a record in the table
  3. Update a record in the table
  4. delete a record from the table.
  5. 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


Leave a Reply

Your email address will not be published. Required fields are marked *