CIW
1D0-441 · Question #32
Which statement represents a valid batch update command?
The correct answer is B. addBatch(DROP TABLE EMPLOYEES). See the full explanation below for the reasoning.
Question
Which statement represents a valid batch update command?
Options
- AaddBatch();
- BaddBatch(DROP TABLE EMPLOYEES);
- CaddBatch(SELECT * FROM EMPLOYEES);
- DclearBatch(SELECT Name FROM EMPLOYEES +
How the community answered
(51 responses)- A2% (1)
- B84% (43)
- C8% (4)
- D6% (3)
Community Discussion
No community discussion yet for this question.