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 a database? Explain
How do I run a program in pl sql?
What is sql lookup?
Is oracle sql free?
can a stored procedure call itself or recursive stored procedure? : Sql dba
Can we group by two columns in sql?
How to use boolean type in select statement?
Why join is faster than subquery?
What is information schema in sql?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
what are the drivers in mysql? : Sql dba
What is a scalar value in sql?
How many types of keys are there in sql?
How to know the last executed procedure?
What is flag in sql?