SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
FROM dual;
Answer Posted / shadrak
0
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the usage of nvl function?
Which join condition can be specified using on clause?
how to return query output in html format? : Sql dba
what is datawarehouse? : Sql dba
Does postgresql run on the cloud?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
how can I make a script that can be bi-language (supports english, german)? : Sql dba
How do you take the union of two tables in sql?
does sql support programming? : Sql dba
When you have to use a default "rollback to" savepoint of plvlog?
What does select * from mean in sql?
what is row? : Sql dba
What is output spooling in sql*plus?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
Can we use join in subquery?