SQL - Stored Procedures and Functions
Identify the error in the following procedure:
CREATE PROCEDURE AddNumbers(IN a INT, IN b INT) BEGIN SET sum = a + b; END;
CREATE PROCEDURE AddNumbers(IN a INT, IN b INT) BEGIN SET sum = a + b; END;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions