Vidyalelo
MySQL · Q95

MySQL

Programming · MySQL · question 95

Q95

The right shift operator is . . . . . . . .

A.
>>
Answer
B.
<<
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: >>.