單項(xiàng)選擇題oracle數(shù)據(jù)庫中,下列哪種不是DML(數(shù)據(jù)操縱語言)語句?()

A.insert
B.alter
C.update
D.delete


您可能感興趣的試卷

你可能感興趣的試題

3.單項(xiàng)選擇題oracle數(shù)據(jù)庫中,查看數(shù)據(jù)庫有哪些tablespace的SQL命令是()。

A.select TABLESPACE_NAME from user_tables;
B.select TABLESPACE_NAME from user_tablespaces;
C.select TABLESPACE_NAME from dba_tablespaces;
D.select TABLESPACE_NAME from dba_tables;

4.單項(xiàng)選擇題oracle數(shù)據(jù)庫中,查詢數(shù)據(jù)庫中某個(gè)表如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’;

5.單項(xiàng)選擇題oracle數(shù)據(jù)庫中,快速清空一個(gè)大表(非drop表)的SQL命令是()。

A.truncate from table_name;
B.delete table table_name;
C.truncate table_name;
D.truncate table table_name;