Examine these commands
[oracle@host01 ~]$ sqlplus u1/oracle
SQL > SELECT * FROM emp;
ENO ENAME DN
---------------------------------

欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web

Examine these commands
[oracle@host01 ~]$ sqlplus u1/oracle
SQL > SELECT * FROM emp;
ENO ENAME DN
---------------------------------
1 Alan 2
2 Ben 2
SEL > exit
[oracle@host01 ~] cat emp.dat
1,Alan,2
3,Curl,4
4,Bob,4
[oracle@host01 ~] sqlldr u1/oracle TABLE=emp
Which two statements are true about the sqlldr execution?

A.It overwrites the data for Alan and adds data for Curl and Bob
B.It generates a sql script that it uses to load data from EMP. DAT to EMP
C.It overwrites all data in EMP with data from EMP. DAT.
D.It generates a log that contains control file entries, which can be used with normal SQL*Loader
Operations E.It appends data from EMP. DAT to EMP.
正确答案DE
访客
邮箱
网址

通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作


  • 自动写文案
  • 自动写小说
  • 马上扫码让Ai帮你完成工作
通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作

  • 自动写论文
  • 自动写软件
  • 我不是人,但是我比人更聪明,我是强大的Ai
Top