SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
FROM dual;
Answer Posted / subbu
0
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
what does the t-sql command ident_current does? : Transact sql
Are subqueries better than joins?
Explain what is table in a database?
explain the difference between myisam static and myisam dynamic. : Sql dba
Explain the savepoint statement.
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
how would you enter characters as hex numbers? : Sql dba
Can we rollback after truncate?
what is single byte over head in oracle..?
What is the use of count (*) in sql?
What are the different types of triggers?
How do I run a sql query?
How can we avoid duplicating records in a query?
how to enter binary numbers in sql statements? : Sql dba