SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
FROM dual;
Post New Answer View All Answers
what is denormalization. : Sql dba
What is dynamic query?
How global cursor can be declare with dynamic trigger ?
What is the difference between Union and Union all. Which is faster.
How does postgresql compare to "nosql"?
Why we use joins in sql?
What do you understand by pl/sql packages?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
What is varchar sql?
How do you update a value in sql?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
What are the usages of sql?
How many sql commands are there?
What is bulk compiling in pl/sql.?
What are primary key and foreign key and how they work?