nerdexam
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)
  • A
    4% (1)
  • B
    9% (2)
  • C
    4% (1)
  • D
    83% (19)

Community Discussion

No community discussion yet for this question.

Full E10-110 Practice