Q95
The right shift operator is . . . . . . . .
A.
>>
AnswerB.
<<
C.
<
D.
>
Answer: Option A
Solution
Answer: Option A
Solution:
The right shift operator in MySQL is represented by >>. This operator is used to shift the bits of a number to the right by a specified number of positions.
Therefore, the correct answer is Option A: >>.