Create a package which contains function to ask the user to enter the student’s marks and determine the GRADE according to the following criteria. >90 A >80AND 70AND 60 AND<70 D <60 F
SIKSHAPATH Latest Questions
Write a program in PL/SQL to print the value of a variable inside and outside a loop using LOOPEXIT statement.
Write a program in PL/SQL to check whether a number is prime or not using goto statement with for loop.
create an employee object having properties name, date of birth, department, designation and salary. let the employee class have appropriate getter/setters methods for accessing these properties. initialize these properties through the setter methods. store this object into a file “outobject.txt”. ...