单项选择题

oracle数据库中,查询数据库中某个表如TEST所在的表空间(tablespace)的SQL命令是()。

A.select tablespace_name from dba_tablespaces where table_name=’TEST’;
B.select tablespace_name from user_tables where table_name=’TEST’;
C.select tablespace_name from dba_tables where table_name=’TEST’;
D.select tablespace_name from user_tablespaces where table_name=’TEST’;