Multiple choice technology databases Which SQL keyword is used to retrieve a minimum value? MIN LOW DOWN LOWER Reveal answer Fill a bubble to check yourself A Correct answer Explanation MIN() is a SQL aggregate function that returns the minimum value from a set of values. It can be used with numeric, date, or string data types and is commonly paired with MAX() for range analysis.