This sl/sql program Please make a procedure that takes two parameters and prints a list of students from the first parameter as a student ID to the last parameter which is another student ID. If...


This sl/sql program


Please make a procedure that takes two parameters and prints a list of students from the first parameter as a student ID to the last parameter which is another student ID. If student is not found, then process an exception NO_DATA_FOUND.



desc student


----------------------------------------- -------- ----------------------------
STUDENT_ID NOT NULL NUMBER(8)
SALUTATION VARCHAR2(5)
FIRST_NAME VARCHAR2(25)
LAST_NAME NOT NULL VARCHAR2(25)
STREET_ADDRESS VARCHAR2(50)
ZIP NOT NULL VARCHAR2(5)
PHONE VARCHAR2(15)
EMPLOYER VARCHAR2(50)
REGISTRATION_DATE NOT NULL DATE



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here