nerdexam
IBM

C2090-558 · Question #30

Business rules require that every time a row in table A is updated in your OLTP database, a row in table B must also be updated. How can you guarantee this rule will be maintained correctly and…

The correct answer is A. Use a trigger. See the full explanation below for the reasoning.

Question

Business rules require that every time a row in table A is updated in your OLTP database, a row in table B must also be updated. How can you guarantee this rule will be maintained correctly and consistently when there are multiple applications and developers?

Options

  • AUse a trigger.
  • BCreate a foreign key.
  • CUse a nightly batch process.
  • DDefine a task in the sysadmin database.

How the community answered

(47 responses)
  • A
    83% (39)
  • B
    9% (4)
  • C
    2% (1)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full C2090-558 Practice