Using SQLite Bitwise operators, you can perform operations ____ on bits

137. Using SQLite Bitwise operators, you can perform operations ____ on bits.

  1. Bit by Bit
  2. Byte by Byte
  3. MB by MB
  4. KB by KB

Answer: A) Bit by Bit

Explanation:

Using SQLite Bitwise operators, you can perform operations bit by bit on bits.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.