SQL - Stored Procedures and Functions
Which of the following is the correct basic syntax to create a procedure named
GetUsers without parameters?GetUsers without parameters?CREATE PROCEDURE GetUsers() BEGIN SELECT * FROM Users; END;. Options A, C, and D miss parentheses or BEGIN...END or have syntax errors.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions