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
Does sqlite need a server?
What is the difference between inner join and outer join?
Does a primary key have to be a number?
Explain the types of joins in sql?
Sql technical questions
Is it possible to include an insert statement on the same table to which the trigger is assigned?
How do I truncate a sql log file?
How do you select unique values in sql?
How do I run a sql script?
How to get each name only once from an employee table?
who introduced sql?
What is row_number () in sql?
What is an index in sql with example?
Which language is used in sql?
what does myisamchk do? : Sql dba