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

What is bind variable in pl sql?

532


What is procedure and function?

520


How many types of tables are there?

509


How to use sql*plus built-in timers?

578


What is difference between nchar and nvarchar?

548






What is pessimistic concurrency control? : Transact sql

591


Is sql a microsoft product?

501


What is a boolean in sql?

526


What is the maximum database size for sql express?

540


How do I save a sql query?

548


what is a database lock ? : Sql dba

594


Explain polymorphism in pl/sql.

641


what is 'mysqlshow'? : Sql dba

593


What operators deal with null?

613


Is time a data type in sql?

486