Question 1: RDBMS - Stored Procedure Definition
What is a stored procedure in RDBMS?
Question 2: RDBMS - Function Definition
How does a function differ from a stored procedure in RDBMS?
Question 3: RDBMS - Trigger Definition
What is a trigger in RDBMS?
Question 4: RDBMS - Advantages of Stored Procedures
Which of the following is an advantage of using stored procedures?
Question 5: RDBMS - Advantages of Functions
Why are functions useful in RDBMS?
Question 6: RDBMS - Types of Triggers
Which are common types of triggers in RDBMS?
Question 7: RDBMS - Trigger Example
A trigger is created to log changes whenever a row is deleted from a table. This type of trigger is an example of:
Question 8: RDBMS - Difference Between Procedure and Trigger
Which statement is true?
Question 9: RDBMS - Parameterized Stored Procedures
Why are parameters used in stored procedures?
Question 10: RDBMS - Automation Benefits
How do stored procedures, functions, and triggers help in database automation?