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 'mysqladmin' in mysql? : Sql dba
Why do we go for stored procedures?
how to get help information from the server? : Sql dba
What are aggregate functions in sql?
What is a primary key? Explain
What are the two parts of design view?
What is anonymous block in sql?
Explain sql data types?
What are triggers and its uses?
What is trigger in pl sql?
how to check server status with 'mysqladmin'? : Sql dba
What is the command used to fetch the first 5 characters of a string?
What is the syntax to add a record to a table?
How do I add a primary key to a table?
How do you explain an index?