Multiple choice technology databases

Identify VALID data types. Choose all that apply.

  1. ROWID

  2. BFILE

  3. SHORT RAW

  4. VARCHAR2(size)

  5. LONG RAW

  6. POINTER

Reveal answer Fill a bubble to check yourself
A,B,D,E Correct answer
Explanation

ROWID (pseudo-column for row address), BFILE (external binary file locator), VARCHAR2 (variable-length string), and LONG RAW (legacy binary data) are all valid Oracle data types. SHORT RAW and POINTER are not valid Oracle data types - these are likely fabrications or confusion with other databases.