Introduction
ABS gives the positive value of a number, and MOD finds the remainder after division. They help with simple math tasks in databases.
When you want to ignore negative signs and get only positive numbers.
When you need to find out what remains after dividing one number by another.
When calculating distances or differences where only positive values make sense.
When checking if a number is even or odd using the remainder.
When splitting items into groups and seeing how many are left over.