Microsoft
70-433 · Question #69
You have a third-party application that inserts data directly into a table. You add two new columns to the table. These columns cannot accept NULL values and cannot use default constraints. You need…
The correct answer is D. Create an INSTEAD OF INSERT trigger. See the full explanation below for the reasoning.
Question
You have a third-party application that inserts data directly into a table. You add two new columns to the table. These columns cannot accept NULL values and cannot use default constraints. You need to ensure that the new columns do not break the third-party application. What should you do?
Options
- ACreate a DDL trigger.
- BCreate a stored procedure.
- CCreate an AFTER INSERT trigger.
- DCreate an INSTEAD OF INSERT trigger.
How the community answered
(29 responses)- A3% (1)
- B3% (1)
- C10% (3)
- D83% (24)
Community Discussion
No community discussion yet for this question.