MySQL help! Please answer both questions
1) MyCalculator a) Create a Stored Procedure which accepts 3 parameters and displays the result. mycalc(value1, value2, operator) Example : CALL mycalc(1,3,’*) should return 3 b) Do the same as Function too. Select mycalc(1,2,’) Show transcribed image text 1) MyCalculator a) Create a Stored Procedure which accepts 3 parameters and displays the result. mycalc(value1, value2, operator) Example : CALL mycalc(1,3,’*) should return 3 b) Do the same as Function too. Select mycalc(1,2,’)
Answer
(a)
CREATE OR
OR
OR