Search
Find the minimum marks.
We can use aggregate function MIN to solve this.
MIN
MIN returns the minimum of all the not-null values in the column.