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

How to use transactions efficiently : transact sql

540


Do prepared statements prevent sql injection?

526


Do foreign keys improve performance?

543


what is the use of friend function? : Sql dba

541


What is sql partition function?

613






Why do we use procedures?

514


What is PL/SQL Records?

626


Is there a way to automate sql execution from the command-line, batch job or shell script?

555


How many types of functions are there in sql?

503


What is nosql example?

583


What is the purpose of the partition table?

540


What is bulk collect in pl sql?

529


Explain the significance of the & and && operators in pl sql.

567


mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql

559


What is sql key?

514