Computer Science, asked by transporter0987, 8 months ago

What will be returned by the given query?
SELECT ROUND(153.669,2);​

Answers

Answered by hashirbinabdulazeez
8

Answer:

153.670

Explanation:

the ROUND(number, decimal); function is working in this format

number :- the number you have to rounded

decimal :- the number decimal points you want to round

Similar questions