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
what is a trigger in mysql? : Sql dba
What is normalisation in sql?
What is data types in sql?
How can check sql version from command line?
Is sql a backend language?
what is the difference between delete and truncate commands? : Sql dba
What is orm in sql?
Explain the rollback statement?
Is primary key an index?
Which constraints we can use while creating database in sql?
What is localdb mssqllocaldb?
How do I make sql search faster?
what is transaction? : Sql dba
What is mutating trigger?
What does over partition by mean in sql?