nerdexam
Microsoft

70-459 · Question #97

70-459 Question #97: Real Exam Question with Answer & Explanation

Sign in or unlock 70-459 to reveal the answer and full explanation for question #97. The question stem and answer options stay visible for context.

Question

You use SQL Server 2012 to maintain the data used by the applications at your company. You plan to create a disk-based table named Tablel by using the following statement. (Line numbers are included for reference only.) You need to ensure that Tablel contains a column named UserName. The UserName column will: - Store string values in any language. - Accept a maximum of 200 characters. - Be case-insensitive and accent-insensitive. Which code segment should you add at line 03?

Options

  • AUserName nvarchar(200) COLLATE Latin1_General_CS_AS NOT NULL,
  • BUserName varchar(200) COLLATE Latin1_General_CI_AI NOTNULL,
  • CUserName varchar(200) COLLATE Latin 1_General_CS_AS NOT NULL,
  • DUserName nvarchar(200) COLLATE Latin1_General_CI_AI NOT NULL,

Unlock 70-459 to see the answer

You've previewed enough free 70-459 questions. Unlock 70-459 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.

Full 70-459 Practice