Multiple choice technology databases

Select invalid variable types

  1. VARCHAR2

  2. VARCHAR1

  3. CHAR

  4. CHAR2

  5. INTEGER

  6. NUMBER

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

VARCHAR2, CHAR, INTEGER, and NUMBER are standard, valid variable types in ABAP and Oracle databases. VARCHAR1 and CHAR2 are not valid types - the correct forms are VARCHAR2 (not VARCHAR1) and CHAR (not CHAR2). The question asks specifically for invalid types, so B and D are the correct selections.