A

Admin • 831.35K Points
Coach

Q. Which MySQL function returns the remainder of a division?

  • (A) DIV()
  • (B) REMAINDER()
  • (C) MOD()
  • (D) BALANCE()
  • Correct Answer - Option(C)
  • Views: 12
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
MOD() returns the remainder of a division. DIV() returns integer division. REMAINDER() and BALANCE() are invalid in MySQL.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.