Home » MYSQL » MySQL Operators » Question
  1. The right shift operator is _____________.
    1. <
    2. >>
    3. >
    4. <<
    5. None of these
Correct Option: B

The right shift operator is ‘>>’. It is used to shift the bits of a number towards the right. The left shift operator is ‘<<‘. It is used to shift the bits of a number to the left.



Your comments will be displayed only after manual approval.