SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
FROM dual;
Answer Posted / ankit agarwal
error
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
Is sql a backend language?
Is pl sql a scripting language?
What are types of exception?
What are the dml statements?
what is the difference between group by and order by in sql? : Sql dba
Enlist some predefined exceptions?
What is field delimiter?
explain normalization concept? : Sql dba
How much ram can sql express use?
Explain the difference between drop and truncate commands in sql?
What are the sql versions?
what happens if null values are involved in expressions? : Sql dba
How many types of index are there?
What is substitution variable in pl sql?
Can we create table in function?