Question
Oracle SQL Objective: Associates would need to develop stored procedures (or) functions for the below-mentioned problem statements. NOTE: Students should create all the stored procedures
Oracle SQL
Objective: Associates would need to develop stored procedures (or) functions for the below-mentioned problem statements.
NOTE: Students should create all the stored procedures and functions inside package mentioned in the problem statement. Also, all the procedure names should be appended with the employee id.
Create a package with name UMS_Package_ Create a stored procedure Update_Student_Contact_Info _ Create a stored procedure which accepts a character input and displays the name and the phone numbers of students which starts with the given character input. Create a function which accepts the student registration id, returns the age of a student in number based on the DOB and the current date. Create a function which accepts the student registration id and returns the numbers of years has passed since the student joined the college. Hint: Use the data of joining of the student.
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started