With MySQL, the feature used by sqoop for update or insert data into an exported table is
A.ON DUPLICATE KEY UPDATE
B.ON KEY UPDATE
C. ON NEW KEY UPDATE
D. ON NEW UPDATE
Answer and Feedback
Answer:A
Feedback:The ON DUPLICATE KEY UPDATE feature of mySql is used for update else insert with sqoop