Answer Posted / dipti
it returns the reminder.
eg:-select mod(10,5) as modulus from dual;
o/p-:
modulus
------------
0
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Determine if oracle date is on a weekend?
What are the disadvantages of not performing database normalization?
Can we use loop in sql?
Can instead of triggers be used to fire once for each statement on a view?
Why self join is used in sql?
Explain locks? : Transact sql
How do I sort a table in sql?
What is the difference between clustered and non-clustered indexes?
How do I pipe the output of one isql to another?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
What is t sql in sql server?
what is recursive stored procedure? : Sql dba
Name the operator which is used in the query for pattern matching?
Can there be 2 primary keys in a table?
What are the benefits of pl/sql packages?