Which operator is used to perform integer divisions in MySQL?
Which operator is used to perform integer divisions in MySQL? Correct Answer DIV
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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025