Which operator is used to perform integer divisions in MySQL?
(a) /
(b)
(c) DIV
(d) //
(a) /
(b)
(c) DIV
(d) //
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right answer is (c) DIV
The explanation is: The operator ‘DIV’ is used to perform integer divisions in MySQL. ‘//’ is used in languages like Python to do the same. The operator ‘/’ performs floating point divisions and ‘’ is facilitates escape sequences.