nerdexam
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)
  • A
    3% (1)
  • B
    82% (31)
  • C
    5% (2)
  • D
    11% (4)

Community Discussion

No community discussion yet for this question.

Full 1D0-541 Practice