The MIN returns the lowest value of the selected column.
Syntax
SELECT MIN(columnname) FROM tablename WHERE condition;
Example
SELECT MIN(price) AS lowestprice FROM products;
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.