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
how to select first 5 records from a table? : Sql dba
What are string functions in sql?
What is record type in pl sql?
What is data profiling in sql?
Explain spool.
What is a sql trace file?
Is natural join same as inner join?
how can we destroy the cookie? : Sql dba
What are the possible values for the boolean data field?
Is pl sql useful?
What is dml statement?
how can we know the number of days between two given dates using mysql? : Sql dba
what is view? : Sql dba
What are the most important ddl statements in sql?
What is the difference between sql and isql*plus?