单项选择题
A.sqlplus secnet/secnet@192.168.110.200/1521/ora11gB.sqlplus secnet/secnet@192.168.110.200:ora11gC.sqlplus secnet/secnet@192.168.110.200:1521D.sqlplus secnet/secnet@192.168.110.200:1521/ora11g
oracle数据库中,如何提交事务?()A.comitB.commitC.submitD.refer
单项选择题oracle数据库中,如何提交事务?()
A.comitB.commitC.submitD.refer
oracle数据库中,删除一个表空间同时删除其物理文件的SQL命令是()。A.drop tablespace ...
单项选择题oracle数据库中,删除一个表空间同时删除其物理文件的SQL命令是()。
A.drop tablespace tablespace_name;B.drop tablespace tablespace_name including contents;C.drop tablespace tablespace_name including contents and datafiles;D.drop tablespace tablespace_name including datafiles;
oracle数据库中,查询数据库中某个表空间(tablespace)有哪些表的SQL命令?()A.select...
单项选择题oracle数据库中,查询数据库中某个表空间(tablespace)有哪些表的SQL命令?()
A.select TABLE_NAME from dba_tablespace where tablespace_name=’表空间名’B.select TABLE_NAME from dba_tables where tablespace_name=’表空间名’C.select TABLE_NAME from dba_tables where table_name=’表空间名’D.select TABLE_NAME from dba_tablesspace where tables_name=’表空间名’