Answer Posted / prabu t
Same as other languages, returns remainder.
eg. select mod(5,3) as remainder from dual;
output
remainder
---------
2
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
what is subquery? : Sql dba
How do I partition in sql?
How many sql statements are used?
Write the command to remove all players named sachin from the players table.
Is hadoop a nosql?
How are sql commands classified?
What is a nested table in word?
Is sqlite good enough for production?
What is pl sql commands?
How many types of cursors supported in pl/sql?
What are the benefits of stored procedures?
What is spool?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
How to add new employee details in an employee_details table with the following details
What is trigger and types?