Multiple choice technology databases data type of 'text' column stored in user_view column... varchar2() long char() 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.