OCP认证052考题解析:1Z0-V8.02-第98题
最新学讯:近期OCP认证正在报名中,因考试人员较多请尽快报名获取最近考试时间,报名费用请联系在线老师,甲骨文官方认证,报名从速!
我要咨询OCP认证052考题解析:1Z0-V8.02-第98题,完整题库请点击这里联系老师咨询了解
98. Which two statements are true regarding the usage of the SQL*Loader utility? (Choose two.)
A.You can load data into multiple tables during the same load session.
B.You can load data from multiple files to a table during the same load session.
C.You cannot perform selective data loading based on the values available in the records.
D.You can use an export file generated by the EXPDP utility as an input data file to load the data.
E.You can load data only if the input file is available on the disk and tape but not in a named pipes.
Answer: AB
答案解析:
可以指定多个infile子句,即B正确。
可以指定一个或多个into table块,说明A正确。