Which SQL keyword is used to create a stored procedure in a database?
Why is **DELIMITER //** necessary when creating a stored procedure?
In the context of stored procedures, what is the primary purpose of the **BEGIN...END** block?
In the syntax for creating a stored procedure with parameters, what precedes the parameter name and data type?
What keyword is used to execute a stored procedure with arguments?
Which keyword is used to declare a variable inside a stored procedure in MySQL?
What happens if the condition in an **IF** statement is false?
Score: 0 / 7