Multiple choice technology databases

data type of 'text' column stored in user_view column...

  1. varchar2()

  2. long

  3. char()

  4. lob()

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

In Oracle's data dictionary views (such as USER_VIEWS), the 'TEXT' column, which stores the query defining the view, is defined with the LONG data type.