假设需要导出某个表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=n
查看答案
该试题由用户331****91提供
查看答案人数:21032
如遇到问题请联系客服
正确答案
该试题由用户331****91提供
查看答案人数:21033
如遇到问题请联系客服