Write a PL/SQL program to check whether a date falls on weekend i.e. SATURDAY or SUNDAY.
Home/Computer Science/Page 84
SIKSHAPATH Latest Questions
mj
Asked: November 17, 2021In: Mathematics
Solve the three approaches of fractional knapsack problem.
List % ROWTYPE and TYPE RECORD along with their applications.
AK
Asked: November 17, 2021In: DBMS
Compare the deferred-modification and immediate-modification version of the log-based recovery schemes, in terms of ease of implementation and overhead cost.
AK
Asked: November 17, 2021In: DBMS
Create a row trigger which ensures that whenever salary is updated in the emp table, then some message is displayed to the user and if new salary is lesser than old salary display the difference between both the salaries.
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