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)- A77% (17)
- B5% (1)
- C14% (3)
- E5% (1)
Community Discussion
No community discussion yet for this question.