SQL - Aggregate Functions
Consider the table
Orders with column OrderAmount having values (150, 200, 120, 180). What does the query SELECT MAX(OrderAmount) FROM Orders; return?