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 use of <> sql?

738


How many types of primary keys are there?

710


Which one is better sql or oracle?

703


Is it possible for a table to have more than one foreign key?

774


Define commit, rollback and savepoint?

765






How do you drop a trigger?

711


Enlist the data types that can be used in pl/sql?

747


What is sql constant?

677


What is the difference between local variables and global variables?

800


What is the limitation on the block size of pl/sql?

705


Is pl sql still used?

684


What is data abstraction in sql?

727


How does stored procedure reduce network traffic?

732


What are commit, rollback, and savepoint?

738


What is pl sql block in dbms?

709