Whate is use of MOD function in pl/sql.

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


Please Help Members By Posting Answers For Below Questions

Is left join and outer join same?

765


Is a secondary key the same as a foreign key?

673


What is the process of debugging?

741


What is informix sql?

727


What is foreign key and example?

706






What is rownum in sql?

762


How many sectors are in a partition?

746


What is out parameter used for eventhough return statement can also be used in pl/sql?

801


What is java sql package?

737


What are the advantages of sql? Explain

850


What is the purpose of normalization?

755


What is the purpose of my sql?

684


how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba

842


what is 'mysqlshow'? : Sql dba

754


What is sql character function?

711