Database Programming PL/ SQL – Stored Procedures Create a PL/SQL Stored Procedures to do the following tasks (Script is

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Database Programming PL/ SQL – Stored Procedures Create a PL/SQL Stored Procedures to do the following tasks (Script is

Post by answerhappygod »

Database Programming
PL/ SQL – Stored Procedures
Create a PL/SQL Stored Procedures to dothe following tasks
(Script is provided with thisassignment)
1. Create a table named customers_697and populate the table with data (use the script provided withthis assignment)
(A). Now create a storedprocedure to insert data to the table. Name of the storedprocedure is sp_insert[last4digitsofyourstudentid](e.g.,sp_insert7697)
(i) Now insert the following data to the table using the storedprocedure you created
id
(Last 2 digits of your student number)
name
(Your Name)
age
any
Address
(your city)
salary
any
Show all relevant Screens withsource code in Word format.
Explain the code block
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply