A Guide to SQL
A Guide to SQL
9th Edition
ISBN: 9781111527273
Author: Philip J. Pratt
Publisher: Course Technology Ptr
Question
Book Icon
Chapter 8, Problem 3CAT
Program Plan Intro

“ROUND ()” function:

The function “ROUND ()” is used to convert the value to a specified precision. The syntax to round a value is as follows.

Syntax:

ROUND (expression, decimal place);

In order to round the value to its nearest number, then the decimal place value should be “0”.

Blurred answer