Oracle Math MIN() Function

The MIN() is a Math function of Oracle. This function is used to get the minimum number of the given column name.

Syntax

Parameters

aggregate_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:

Oracle Math MIN() Function

Return

This function returns the minimum number of the given column name.

Example 1

Oracle Math MIN() Function

Example 2

Oracle Math MIN() Function
Next TopicOracle Math




Latest Courses