Answer Posted / chandu
select trunc(25.67,-1),round(30) from dual;
TRUNC(25.67,-1) ROUND(30)
--------------- ----------
20 30
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
how to write date and time literals? : Sql dba
Why schema is used in sql?
how would you get the current date in mysql? : Sql dba
what are the disadvantages of mysql? : Sql dba
Can you sum a count in sql?
What are the commands used in sql?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What are different joins used in sql?
Is pl sql useful?
What is the difference between a database and a relational database?
How do I order columns in sql?
What are tables and fields in the database?
give the syntax of grant and revoke commands? : Sql dba
How to assign sql query results to pl sql variables?
Does user triggers have entry for trigger with compilation errors?