SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
FROM dual;
Answer Posted / pothan
5
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Which sql most popular?
what is the difference between primary key and unique key? : Sql dba
What is scalar data type in pl sql?
Explain what is a subquery ?
Is it possible to sort a column using a column alias?
Mention what is the use of function "module procedure" in pl/sql?
how to include character strings in sql statements? : Sql dba
What is the difference between rename and alias?
Why is a primary key important?
What is sql integrity?
What plvcmt and plvrb does in pl/sql?
Can there be 2 primary keys in a table?
What is the difference between left and left outer join?
What is a composite primary key?
How to read/write files from pl/sql?