canot update 'score' in stored function /trigger because it is already use d ny statement whicjh invoked this stored function /trigger
create trigger trgscore
BEFORE INSERT ON score
FOR EACH ROW
BEGIN
UPDATE score SET hindi=hindi+10;
END
Table student
sid name emaIL tABLE SCORE MATHS SCI HINDI TOTAL SID