In PostgreSQL, the ROUND function is used to round a numeric value to a specified number of decimal places. It is a very useful function when you need to control the precision of numeric values in your database queries or calculations.
Syntax:
ROUND(numeric_expression, number_of_decimal_places)