Computes the remainder after dividing its first operand by its second.
Example: Check number is even or odd
for (int x = 0; x < 100; x++)
{
if (x % 2 == 0)
//even number
else
//odd number
}
USER_TAB_MODIFICATIONS
describes modifications to tables owned by the current user that have been modified since the last time statistics.