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
How many types of tables are there?
What is the difference between delete, truncate and drop command?
How do I partition a table in sql?
what is clause? : Sql dba
Is left join and outer join same?
What are inner and outer joins examples of both?
Do we need commit after truncate?
How do I make my sql query run faster?
what is the difference between undefined value and null value? : Sql dba
what are the different tables present in mysql? : Sql dba
What is sql stand for?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
How do I run a program in pl sql?
What are properties of the transaction?
explain access control lists. : Sql dba