Multiple choice technology databases

Memo is an sql data type in oracle.

  1. True

  2. False

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

Memo is NOT an Oracle SQL data type. While some databases like Microsoft Access have a Memo type for large text, Oracle uses different data types for text storage: CLOB (Character Large Object) for large character data, VARCHAR2 for variable-length strings, and LONG (deprecated) for large text. The statement correctly identifies Memo as not being an Oracle data type.