[solved]-Write Complete Pl Sql Program Using Oracle Live Enables User Interact Database Choice Exam Q39080291
Write a complete PL/SQL program using ORACLELIVE that enables a user to interact with a database ofyour choice (for example you may choose employee database, orstudent, or a library database, … etc). The database should containone table, and the program should enable the user to:
- 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.
- USING ORACLE LIVE PROGRAM
- 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 using ORACLE LIVE that enables a user to interact with a database of your choice (for ex… . . .
OR

