Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

pl sql code Students Student ID Student Name GPA Phone 1234 Abdullah 4.55 0504567811 1235 Mustafa 3.97 0546342131 1236 Mohammed 4.10 0541423543 1237 Ahmed 4.80

pl sql code image text in transcribed
Students Student ID Student Name GPA Phone 1234 Abdullah 4.55 0504567811 1235 Mustafa 3.97 0546342131 1236 Mohammed 4.10 0541423543 1237 Ahmed 4.80 0532415642 Create a database package specification and body called students which contains a getNextStudentia function which return the next available studentID wluch are maximum Student ID b. ValidateStudent Name function which receive user input to return exists' if the student exists before or not exists' if the student not inserted before(you can use cursor). c. InstStudent procedure called by user to receive user input which are name GPA phone) the procedure per the next student id using the stetNextStudenild function then the procedure will insert new record to the table if the studentrame doesn't exists before by using validate StudentName or display a message to enter another name if exists before

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Apache Cassandra Development

Authors: Vivek Mishra

1st Edition

1484201426, 9781484201428

More Books

Students also viewed these Databases questions

Question

DO CONTRACT WORKERSGETTHE SAME ENTITLEMENTS AS EMPLOYEES?

Answered: 1 week ago