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_object;

B.
SELECTviewjiame, text FROM user_objects;

C.
SELECTviewjiame, text FROM user_view;

D.
SELECTview_name, text FROM user views;



Leave a Reply 0

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