Oracle Math MIN() FunctionThe MIN() is a Math function of Oracle. This function is used to get the minimum number of the given column name. SyntaxParametersaggregate_expression: column name from the table WHERE conditions: It is optional. It is used to get specific result. Tables_name: name of the table Table:ReturnThis function returns the minimum number of the given column name. Example 1Example 2Next TopicOracle Math |