Microsoft
70-433 · Question #475
70-433 Question #475: Real Exam Question with Answer & Explanation
Sign in or unlock 70-433 to reveal the answer and full explanation for question #475. The question stem and answer options stay visible for context.
Question
You administer a Microsoft SQL Server 2008 database for an inventory management system. The application contains a product table that has the following definition: You want to add a new field to the Product table to meet the following requirements: You need to add a field named User_Data_1 to support only values that are 1 or 0.
Exhibits
Options
- AALTER TABLE [Production].[Product] ADD [User_Data_1] TINYINT
- BALTER TABLE [Production].[Product] ADD [User_Data_1] SMALLINT
- CALTER TABLE [Production].[Product] ADD [User_Data_1] INT
- DALTER TABLE [Production].[Product] ADD [User_Data_1] BIGINT
- EALTER TABLE [Production].[Product] ADD [User_Data_1] BIT
- FALTER TABLE [Production].[Product] ADD [User_Data_1] NUMERIC(11, 6)
- GALTER TABLE [Production].[Product] ADD [User_Data_1] NUMERIC(6, 11)
- HALTER TABLE [Production].[Product] ADD [User_Data_1] NUMERIC(5,6)
- JALTER TABLE [Production].[Product] ADD [User_Data_1] MONEY
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.


