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
How much does sqlite cost?
What is the use of partition by in sql?
What is date functions?
what are date and time functions in mysql? : Sql dba
What are the different tcl commands in sql?
How to move files from one directory to another in pl sql?
How to start the command-line sql*plus?
What does <> sql mean?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
What does 0 mean in sql?
How do I start sql profiler?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
give the syntax of grant and revoke commands? : Sql dba
Can dml statements be used in pl/sql?
What is a heap in sql?