nerdexam
Microsoft

70-465 · Question #149

Drag and Drop Question You need to create the CustomerAccess table to support the reporting and performance requirements. Develop the solution by selecting and arranging the required code blocks in th

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

Submitted by khalil_dz· Mar 5, 2026Design and implement database solutions for SQL Server

Question

Drag and Drop Question You need to create the CustomerAccess table to support the reporting and performance requirements. Develop the solution by selecting and arranging the required code blocks in the correct order. You may not need all of the code blocks. Answer:

Exhibit

70-465 question #149 exhibit

Answer Area

Drag items

CREATE TABLE [CustomerAccess] ON [CustomerAccessFG] (CustomerAccessID INT IDENTITY(1, 1) NOT NULL PRIMARY KEY , CustomerID INT NOT NULL , LoginDate DATETIME NULL , LogoffDate DATETIME NULLCREATE TABLE [CustomerAccess](ALTER DATABASE [ProdDB] ADD FILE (NAME = N'ProdDB_CustomerAccess', FILENAME = N'D:\Data\\ProdDB_CustomerAccess.ndf') TO FILEGROUP [CustomerAccessFG]) ON [ProdDB_CustomerAccess]) ON [CustomerAccessFG]ALTER DATABASE [ProdDB] ADD FILE (NAME = N'ProdDB_CustomerAccess', FILENAME = N'D:\Data\\ProdDB_CustomerAccess.ndf'))ALTER DATABASE [ProdDB] ADD FILEGROUP [CustomerAccessFG]

Unlock 70-465 to see the answer

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

Topics

#SQL Server#DDL#Filegroups#Table Creation
Full 70-465 Practice