nerdexam
IBM

C2050-725 · Question #163

An application developer has implemented business logic to add more information to the CatalogEntry noun. Which of the following is the correct insert statement for the CMDREG table for this new…

The correct answer is A. insert into cmdreg (storeent_id, interfacename, classname, target) values (0. See the full explanation below for the reasoning.

Question

An application developer has implemented business logic to add more information to the CatalogEntry noun. Which of the following is the correct insert statement for the CMDREG table for this new implementation?

Options

  • Ainsert into cmdreg (storeent_id, interfacename, classname, target) values (0,
  • Binsert into cmdreg (storeent_id, interfacename, classname, target) values (0,
  • Cinsert into cmdreg (storeent_id, interfacename, classname, target) values (0,
  • Dinsert into cmdreg (storeent_id, interfacename, classname, target) values (0,

How the community answered

(35 responses)
  • A
    83% (29)
  • B
    3% (1)
  • C
    9% (3)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full C2050-725 Practice