SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
FROM dual;
Answer Posted / ankit agarwal
00
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What is the difference between execution of triggers and stored procedures?
What does count (*) mean in sql?
What is implicit cursor in pl sql?
how to create a new view in mysql? : Sql dba
Is sql database free?
What is procedure function?
What is varchar used for?
What is difference between rank () row_number () and dense_rank () in sql?
what does it mean to have quoted_identifier on? : Sql dba
Explain what is a column in a table?
what is an alias command? : Sql dba
What is natural join in sql?
What is record in pl sql?
Difference between table function and pipelined function?
Are views faster than queries?