Create a package with procedure that shows the usage of the WHILE loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
Home/Questions/Page 197
SIKSHAPATH Latest Questions
Harshdalal15
Asked: November 11, 2021In: DBMS
Create a package named as INFO which contains procedure that is passed a student’s identification number and return student’s full name and phone number from the student table to the calling program and function, pass a department number to it. ...
AK
Asked: November 11, 2021In: DBMS
Create a procedure in PLSQL to display the count of employees having department as “Marketing”. (Table needs to be created as per requirement of the question.) Note: Paste the code for table creation also along with the procedure code.
Berlin
Asked: November 10, 2021In: DBMS
Create a package which includes a function to return a square of a number if it is positive else return an error message to the user.
Harshdalal15
Asked: November 10, 2021In: DBMS
The main procedure can be called from nested subprogram.
Harshdalal15
Asked: November 10, 2021In: DBMS