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
what is the difference between nested subquery and correlated subquery?
Why partition by is used in sql?
What is the difference between rename and alias?
How to return an array from java to pl/sql?
What will you get by the cursor attribute sql%notfound?
Is sql between inclusive?
what is a composite primary key ? : Sql dba
What is bulk compiling in pl/sql.?
What does inner join mean?
what are the different index configurations a table can have? : Sql dba
how to convert character strings to numeric values? : Sql dba
What is parameter substitution in sql?
What is procedure explain with example?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
How do I run a sql query?