单项选择题

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=’表空间名’

相关考题