READ Free Dumps For Microsoft- 70-461
Question ID 15092 | You use a Microsoft SQL Server 2012 database. |
Option A | CREATE TABLE DocumentStore ( [Id] INT NOT NULL PRIMARY KEY, [Document] VARBINARY(MAX) NULL ) GO |
Option B | CREATE TABLE DocumentStore ( [Id] hierarchyid, [Document] NVARCHAR NOT NULL ) GO |
Option C | CREATE TABLE DocumentStore AS FileTable |
Option D | CREATE TABLE DocumentStore ( [Id] [uniqueidentifier] ROWGUIDCOL NOT NULL UNIQUE, [Document] VARBINARY(MAX) FILESTREAM NULL ) GO |
Correct Answer | A |
Question ID 15093 | You are developing a database that will contain price information. |
Option A | Float |
Option B | Money |
Option C | Smallmoney |
Option D | Decimal |
Correct Answer | D |