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
Is left join and outer join same?
Is a secondary key the same as a foreign key?
What is the process of debugging?
What is informix sql?
What is foreign key and example?
What is rownum in sql?
How many sectors are in a partition?
What is out parameter used for eventhough return statement can also be used in pl/sql?
What is java sql package?
What are the advantages of sql? Explain
What is the purpose of normalization?
What is the purpose of my sql?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
what is 'mysqlshow'? : Sql dba
What is sql character function?