nerdexam
IBM

C2090-558 · Question #47

Which two statements will update all rows in the customer table? (Choose two.)

The correct answer is A. update customer set fname = "xyz"; D. update customer. See the full explanation below for the reasoning.

Question

Which two statements will update all rows in the customer table? (Choose two.)

Options

  • Aupdate customer set fname = "xyz";
  • Bmodify customer set fname = "xyz";
  • Cmodify customer
  • Dupdate customer
  • Eupdate customer

How the community answered

(22 responses)
  • A
    77% (17)
  • B
    5% (1)
  • C
    14% (3)
  • E
    5% (1)

Community Discussion

No community discussion yet for this question.

Full C2090-558 Practice