Microsoft
70-457 · Question #24
You develop a Microsoft SQL Server 2012 database that contains tables named Employee and Person. The tables have the following definitions: You create a view named VwEmployee as shown in the…
The correct answer is B. Option B. See the full explanation below for the reasoning.
Question
You develop a Microsoft SQL Server 2012 database that contains tables named Employee and Person. The tables have the following definitions:
You create a view named VwEmployee as shown in the following Transact-SQL statement. Users are able to use single INSERT statements or INSERT...SELECT statements into this view. You need to ensure that users are able to use a single statement to insert records into both Employee and Person tables by using the VwEmployee view. Which Transact-SQL statement should you use?
Exhibits
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(65 responses)- A6% (4)
- B80% (52)
- C11% (7)
- D3% (2)
Community Discussion
No community discussion yet for this question.


