• 2022-05-27
    取得当前用户的全部数据对象的语句可以是()
    A: Select
    * from tabs;
    B: Select
    * from tab;
    C: Select
    * from table;
    D: Select
    object_name from dba_objects where owner='SCOTT' and
    object_type='TABLE';
  • 举一反三