CIW
1D0-541 · Question #134
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 + WHERE Age > 21);
How the community answered
(38 responses)- A3% (1)
- B82% (31)
- C5% (2)
- D11% (4)
Community Discussion
No community discussion yet for this question.