Whate is use of MOD function in pl/sql.

Answer Posted / srinivas

It Displays the remainder.

Ex:
select mod(10,5),mod(5,2) from dual;

O/P: mod(10,5) mod(5,2)
0 1

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you upgrade sql express to full sql?

520


What are different joins used in sql?

558


How will you distinguish a global variable with a local variable in pl/sql?

626


What do you understand by pl/sql records?

537


Why functions are used in sql?

515






Can we debug stored procedure?

527


What is the primary key?

539


What is the purpose of using pl/sql?

667


Is sqlite free?

542


Why is sql important?

587


What is the non-clustered index in sql?

594


how to get a list of indexes of an existing table? : Sql dba

518


What type of database is cloud sql?

580


Is truncate ddl or dml?

545


Is sql a backend?

551