Whate is use of MOD function in pl/sql.

Answer Posted / dipti

it returns the reminder.
eg:-select mod(10,5) as modulus from dual;
o/p-:
modulus
------------
0

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between myisam static and myisam dynamic? : Sql dba

581


Can a commit statement be executed as part of a trigger?

598


What are local and global variables and their differences?

580


Explain the methods used to protect source code of pl/sql.

538


Which sorts rows in sql?

585






How many times can we commit in a loop?

564


What is sequence in sql?

506


Why join is faster than subquery?

597


What is cross join sql?

494


What is sql injection vulnerability?

494


How do I kill a query in postgresql?

551


what are local and global variables and their differences? : Sql dba

532


Can we change the table name in sql?

527


what are the join types in tsql? : Transact sql

572


how to escape special characters in sql statements? : Sql dba

508