Multiple choice technology databases

A) Long raw - Variable length binary strings B) LONG - Character data of variable length

  1. A is correct

  2. B is correct

  3. A & B Both correct

  4. A & B both Incorrect

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

LONG RAW stores variable-length binary strings (raw binary data), while LONG stores variable-length character data. Both descriptions in the question are accurate Oracle datatype definitions.