Dell-EMC
E10-110 · Question #123
Which DQL statement will modify the character size of attribute "approver_name"?
The correct answer is D. ALTER TYPE "SOP" MODIFY ("approver_name" char(32)). See the full explanation below for the reasoning.
Question
Which DQL statement will modify the character size of attribute "approver_name"?
Options
- AALTER ("approver_name" char(32)) FROM "SOP"
- BALTER "SOP" MODIFY ("approver_name"char(32))
- CUPDATE TYPE "SOP" MODIFY ("approver_name" char(32))
- DALTER TYPE "SOP" MODIFY ("approver_name" char(32))
How the community answered
(23 responses)- A4% (1)
- B9% (2)
- C4% (1)
- D83% (19)
Community Discussion
No community discussion yet for this question.