以下语句哪一个可以在表中正确插入一条记录( )。
A: create record into table1
B: insert "a" into table1
C: insert into table1 ("abc")
D: create record into table1 ("abc")
A: create record into table1
B: insert "a" into table1
C: insert into table1 ("abc")
D: create record into table1 ("abc")
举一反三
- 假设需要导出某个表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=
- 假设需要导出某个表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: deleted,inserted B: delete,insert C: view,table D: view1,table1
- 触发器可基于表或视图,并能产生两个特殊的表是( ) A: Deleted、inserted B: Delete、insert C: View、table D: View1、table1
- 触发器可引用视图或临时表,并产生两个特殊的表是()。 A: Deleted、Inserted B: Delete、Insert C: View、Table D: View1、table1