Which SQL statement would display the view names and definitions of all the views owned by you?

Which SQL statement would display the view names and definitions of all the views owned by
you?

Which SQL statement would display the view names and definitions of all the views owned by
you?

A.
SELECTviewjiame, text
FROM user_view;

B.
SELECTviewjiame, text
FROM user_object;

C.
SELECTviewjiame, text
FROM user_objects;

D.
SELECTview_name, text
FROM user views;



Leave a Reply 0

Your email address will not be published. Required fields are marked *