Advertisements
Advertisements
Question
Write SQL query for the following:
To increase the fee of all students by 100, in the STUDENTS table. (The name of the column is FEE)
Code Writing
Advertisements
Solution
UPDATE STUDENTS SET FEE = FEE + 100;
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Set 4
