SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
FROM dual;
Answer Posted / suneel
0
| Is This Answer Correct ? | 125 Yes | 9 No |
Post New Answer View All Answers
How do you create an update query?
Can pl sql procedure have a return statement?
Is pl sql a scripting language?
What is an invalid partition table?
What are different types of sql?
what is the difference between primary key and unique key? : Sql dba
Can we insert data into materialized view?
What are the syntax and use of the coalesce function?
Can we use update in sql function?
What are different clauses used in sql?
How many columns should be in an index?
How much does sqlite cost?
What is the use of nvl function?
how to do backup entire database? : Transact sql
What are views in sql?