Home »
MCQs »
SQLite MCQs
Using SQLite Bitwise operators, you can perform operations ____ on bits
137. Using SQLite Bitwise operators, you can perform operations ____ on bits.
- Bit by Bit
- Byte by Byte
- MB by MB
- KB by KB
Answer: A) Bit by Bit
Explanation:
Using SQLite Bitwise operators, you can perform operations bit by bit on bits.