Write a program to insert values in a table at run time using JDBC.
Home/Questions/Page 195
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.
abhinaw_9754
Asked: November 14, 2021In: Other