假设需要导出某个表table1,只导出表结构,不导出数据,可以使用如下()命令。
A: AEXP user/pwd tables=(name,table1)file=export.dmp Rows=y
B: BEXP user1/pwd table table1 file=extable1.dmp
C: CEXP user/pwd tables=(name,table1)file=export.dmp Rows=n
D: DEXP user1/pwd table=table1 file=extable1.dmp Rows=n
A: AEXP user/pwd tables=(name,table1)file=export.dmp Rows=y
B: BEXP user1/pwd table table1 file=extable1.dmp
C: CEXP user/pwd tables=(name,table1)file=export.dmp Rows=n
D: DEXP user1/pwd table=table1 file=extable1.dmp Rows=n
举一反三
- 假设需要导出某个表table1,只导出表结构,不导出数据,可以使用如下()命令。 A: EXP user/pwd tables=(name,table1)file=export.dmp Rows=y B: EXP user1/pwd table table1 file=extable1.dmp C: EXP user/pwd tables=(name,table1)file=export.dmp Rows=n D: EXP user1/pwd table=table1 file=extable1.dmp Rows=
- 如果要删除user数据库中的user1表,可以使用下列哪个命令______ A: ALERT TABLE user1 B: DROP TABLE user1 C: DELETE TABLE user1 D: TRUNCATE TABLE user1
- 某页面中有如下代码,下列选项中()能把“令狐冲”修改为“任盈盈”。 张三丰 90 令狐冲 88 A: document.getElementById(“Table1”).rows[2].cells[1].innerHTML=”任盈盈”; B: document.getElementById(“Table1”).rows[1].cells[0].innerHTML=”任盈盈”; C: document.getElementById(“Table1”).cells[0].innerHTML=”任盈盈”; D: document.getElementById(“Table1”).cells[1].innerHTML=”任盈盈”;
- hive中清空表user的HQL语句为( ) A: delete from user; B: remove table user; C: drop table user; D: truncate table user;
- 假设需要导出某个表table1,只导出表结构,不导出数据,可以使用如下()命令。 A: A B: B C: C D: D