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
Is sql injection illegal?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What is the use of desc in sql?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is a database event trigger?
What are different clauses used in sql?
what is text? : Sql dba
What is an exception in pl/sql?
what is an extent ? : Sql dba
I need a function for a train ticket reservation please answer it thanks in advance
Is sql open source?
Explain polymorphism in pl/sql.
What is use of package in pl sql?
What is sql procedures and functions?
What is update query?