SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
FROM dual;
Answer Posted / pothan
5
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Advantages and disadvantages of stored procedure?
what is a relationship and what are they? : Sql dba
what is a database? : Sql dba
Is join and inner join the same?
What does count (*) mean?
how are mysql timestamps seen to a user? : Sql dba
What is sql and explain its components?
How do you determine the current isolation level? : Transact sql
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
How to start the command-line sql*plus?
What is indexing in sql and its types?
Write the alter statement to enable all the triggers on the t.students table.
What is sp_helptext?
What is substitution variable?
What are sql triggers used for?