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 are sql commands classified?
How is debugging done?
What is partition in sql query?
What port does sql server use?
What is database migration?
What is materialized view in sql?
Explain alias in sql?
What are the types of dbms?
What are the different types of triggers?
Why functions are used in sql?
how to convert character strings to dates? : Sql dba
How many types of primary keys are there?
What is replication id?
What are all ddl commands?
Can dml statements be used in pl/sql?