Stored Procedures, Functions, and Triggers – Automation in databases.

    Question 1RDBMS - Stored Procedure Definition

    What is a stored procedure in RDBMS?

    Question 2RDBMS - Function Definition

    How does a function differ from a stored procedure in RDBMS?

    Question 3RDBMS - Trigger Definition

    What is a trigger in RDBMS?

    Question 4RDBMS - Advantages of Stored Procedures

    Which of the following is an advantage of using stored procedures?

    Question 5RDBMS - Advantages of Functions

    Why are functions useful in RDBMS?

    Question 6RDBMS - Types of Triggers

    Which are common types of triggers in RDBMS?

    Question 7RDBMS - 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 8RDBMS - Difference Between Procedure and Trigger

    Which statement is true?

    Question 9RDBMS - Parameterized Stored Procedures

    Why are parameters used in stored procedures?

    Question 10RDBMS - Automation Benefits

    How do stored procedures, functions, and triggers help in database automation?