select trunc(round(156.00,-1),-1) from dual;
Answers were Sorted based on User's Feedback
Answer / rakesh anand
TRUNC(ROUND(156.00,-1),-1)
----------------------------
160
| Is This Answer Correct ? | 32 Yes | 2 No |
Explain the use of log option in exp command.
What are nested tables?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
what is Table ?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
How to convert numbers to characters in oracle?
How to divide query output into groups in oracle?
How to create a table index in oracle?
What is the difference between online and offline backups?
What is the difference between a user and a schema in oracle?
can a view be updated?