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.
Also look at the MAX() function.
expression )
Required. A numeric value (can be a field or a formula)
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
❮ SQL Server Functions