SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
FROM dual;
Answer Posted / suneel
0
| Is This Answer Correct ? | 125 Yes | 9 No |
Post New Answer View All Answers
What is clustered and nonclustered index in sql?
Can a foreign key have a different name?
What is an invalid partition table?
Show code of a cursor for loop.
how to enter binary numbers in sql statements? : Sql dba
What is the difference between drop and truncate commands?
What is the sql query to display the current date?
What will you get by the cursor attribute sql%notfound?
Is clustered index a primary key?
What is record data type?
Is sql a backend language?
What is the difference between sql and mysql?
How many triggers can be applied on a table?
Why stored procedures are faster than query?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.