nerdexam
Microsoft

70-457 · Question #57

You develop a Microsoft SQL Server 2012 database that contains a table named Customers. The Customers table has the following definition: You need to create an audit record only when either the…

The correct answer is D. CREATE TRIGGER TrgPhoneNumberChange. See the full explanation below for the reasoning.

Question

You develop a Microsoft SQL Server 2012 database that contains a table named Customers. The Customers table has the following definition:

You need to create an audit record only when either the MobileNumber or HomeNumber column is updated. Which Transact-SQL query should you use?

Exhibit

70-457 question #57 exhibit

Options

  • ACREATE TRIGGER TrgPhoneNumberChange
  • BCREATE TRIGGER TrgPhoneNumberChange
  • CCREATE TRIGGER TrgPhoneNumberChange
  • DCREATE TRIGGER TrgPhoneNumberChange

How the community answered

(27 responses)
  • A
    11% (3)
  • B
    4% (1)
  • C
    4% (1)
  • D
    81% (22)

Community Discussion

No community discussion yet for this question.

Full 70-457 Practice