Write a trigger to ensure that no employee of age less than 25 can be inserted in the database.
Home/Computer Science/Page 82
SIKSHAPATH Latest Questions
pratyush
Asked: November 19, 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.
Berlin
Asked: November 19, 2021In: DBMS
State the purpose of the checkpoint mechanism. How often should checkpoints be performed? How does the frequency of checkpoints affect. a. System performance when no failure occurs b. The time it takes to recover from a system crash c. The time it takes ...
Ayana
Asked: November 18, 2021In: DBMS
DBMS assignment
SUMIT
Asked: November 18, 2021In: Data Structure
Find the infix equivalents of the following postfix equivalents: (A) A B + C * D – (B) ABC * + D –
ANAN
Asked: November 18, 2021In: Mathematics
Solve the following quadratic programming problem(Wolf’s method) Maximize Z = 15x1+30x2+4x1x2-2x12-4x22 Subject to x1+2x2 ≤ 30, x1,x2≥ 0