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
what are dynamic queries in t-sql? : Transact sql
Do stored procedures prevent sql injection?
Can we use ddl statements in stored procedure?
What is varchar data type in sql?
What are literals in sql server?
What are the parts of a sql statement?
How you improve the performance of sql*loader? : aql loader
What is pl sql block in dbms?
Why trigger is used in sql?
Which is faster view or stored procedure?
How do I write a cron which will run a sql query and mail the results to agroup?
What program will open a mdb file?
What is benefit of creating memory optimized table?
Does pl sql work in mysql?
How to write pl sql program in mysql command prompt?