The expression 12 DIV 5 evaluates to ____________.
2
2.4
0
error
None of these
Correct Option: A
The ‘DIV’ operator in MySQL is used to perform the integer divisions. The operator ‘/’ performs the quotient of the operands. If result exceeds the 64-bit range, unpredicted results are shown.