Page 1 of 1

What does the following query do?

Posted: Thu Jul 14, 2022 8:53 am
by answerhappygod
UPDATE student
SET marks = marks*1.10;
a) It decreases the marks of all the students by 90%
b) It increases the marks of all the students by 10%
c) It is syntactically wrong
d) It increases the marks of all the students by 110%