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
How to use transactions efficiently : transact sql
How to change sql*plus system settings?
What is the difference between alter trigger and drop trigger statements?
Why functions are used in sql?
how can we destroy the cookie? : Sql dba
Can we alter stored procedure?
Is postgresql a nosql database?
what is acid property in database? : Sql dba
what is the difference between clustered and non clustered index in sql? : Sql dba
What are variables in pl sql?
What are aggregate functions in sql?
How many unique keys can a table have?
What is the difference between local and global temporary table?
How can we optimize a sql query?
what are date and time intervals? : Sql dba