Find the smallest amount saved with SELECT, MIN(), and the amount column between parentheses.
SELECT
MIN()
amount
Make sure to type SELECT MIN(amount).
SELECT MIN(amount)