Create a trigger that checks if “value” is greater than 1000 for any new row inserted to “Test” table, then insert a row to Audit table?
Home/Computer Science/Page 87
SIKSHAPATH Latest Questions
A.S
Asked: November 15, 2021In: DBMS
Write a trigger to ensure that no employee of age less than 25 can be inserted in the database.
A.S
Asked: November 15, 2021In: DBMS
Apply a trigger on relation client (sno, fname, lname, eid, and password) on attributes fname and password after/before delete or update these columns. The trigger should insert the old or deleted values from both these columns into a new table ...
ANAN
Asked: November 14, 2021In: DBMS
Create a package with procedure that shows the usage of the WHILE loop to calculate the average of input numbers.
ANAN
Asked: November 14, 2021In: DBMS
Create a package which contains a procedure to accept a text and to check whether it is palindrome or not.
_sah_itya
Asked: November 14, 2021In: Data Structure
DS Question