SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
FROM dual;
Answer Posted / sathish p
First mod(1600,10) output is 0...
So total output ZERO only..
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is the use of sqldataadapter?
How do you respond to dementia behavior?
What is varchar data type in sql?
What is the difference between having and a where in sql?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What is online transaction processing (oltp)?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Which is faster truncate or drop?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
what is the difference between delete and truncate statement in sql? : Sql dba
What is view explain with example?
Sql technical questions
Write a sql query to convert all character to uppercase after hypen.
What is rowtype?
What is the difference between syntax error and runtime error?