Advertisements
Advertisements
Question
Write SQL query for the following:
To retrieve the lowest score from the Score column of GRADES table.
Code Writing
Advertisements
Solution
SELECT MIN (SCORE) FROM GRADES;
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Set 4
