Q. Which function is used to find the maximum value in a column?
β
Correct Answer: (B)
MAX()
Explanation: `MAX()` returns the highest value in the specified column.