Returns the smallest value in a given column.
We have table as shown in figure that will be used to perform different aggregate functions. The table name is Marksheet.
Select MIN(MarksObtained) From Marksheet