Loading lesson path
Concept visual
Start at both ends
Find the price of the cheapest product in the "Products" table:
SmallestPrice FROM Products;The Min() function returns the minimum value in a set of values.
Max() function.
expression )
Required. A numeric value (can be a field or a formula)
❮ MS Access Functions