Microsoft
70-433 · Question #54
70-433 Question #54: Real Exam Question with Answer & Explanation
Sign in or unlock 70-433 to reveal the answer and full explanation for question #54. The question stem and answer options stay visible for context.
Question
You have a SQL Server 2008 database named Contoso with a table named Invoice. The primary key of the table is InvoiceId, and it is populated by using the identity property. The Invoice table is related to the InvoiceLineItem table. You remove all constraints from the Invoice table during a data load to increase load speed. You notice that while the constraints were removed, a row with InvoiceId = 10 was removed from the database. You need to re-insert the row into the Invoice table with the same InvoiceId value. Which Transact-SQL statement should you use?
Options
- AINSERT INTO Invoice (InvoiceId, ... VALUES (10, ...
- BSET IDENTITY_INSERT Invoice ON;
- CALTER TABLE Invoice;
- DALTER DATABASE Contoso SET SINGLE_USER;
Unlock 70-433 to see the answer
You've previewed enough free 70-433 questions. Unlock 70-433 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.