Computer Science, asked by rashijaiswal49, 2 months ago

Consider the decimal number x with value 8459.2654. Write commands in SQL

to:

i. round it off to a whole number

ii. round it to 2 places before the decimal​

Answers

Answered by jai696
2

\huge{\mathtt{{\purple{\boxed{\tt{\pink{\red{A}\pink{n}\orange{s}\green{w}\blue{e}\purple{r᭄}}}}}}}}

SELECT CEILING(8459.2654, 2);

SELECT ROUND(8459.2654, 2);

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions