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正確。