Home » MYSQL » Mysql Setup » Question
  1. Which operator is used to perform integer divisions in MySQL?
    1. //
    2. \
    3. /
    4. DIV
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.