Skip to content

Commit 9462120

Browse files
committed
Refactor InsertStudentMarks function to use 'ma' instead of 'm' for Math parameter
1 parent 78226a0 commit 9462120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add-Value-function.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE DEFINER=`root`@`localhost` FUNCTION `InsertStudentMarks`(sID varchar(10), m int, s int, e int ) RETURNS varchar(50) CHARSET utf8mb4
1+
CREATE DEFINER=`root`@`localhost` FUNCTION `InsertStudentMarks`(sID varchar(10), ma int, s int, e int ) RETURNS varchar(50) CHARSET utf8mb4
22
DETERMINISTIC
33
BEGIN
44
insert into Student_Marks (Student_ID, Math, Science, English)

0 commit comments

Comments
 (0)