Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using T_SQL can someone please help me with the query, the newly created filegroup name is AD_CustomerService 1) Create a new CLUSTERED table named CustomerService.Reps

using T_SQL can someone please help me with the query, the newly created filegroup name is AD_CustomerService

1) Create a new CLUSTERED table named CustomerService.Reps on the newly created Filegroup with the following columns and properties:

a. Column called RepID that is the primary key and an ever-increasing unique integer (use

Identity property and make this the primary clustered key)

b. Column called BusinessEntityID that is integer and must exist in the Person.Person table, if populated (enforce with referential integrity with the BusinessEntityID column in the

Person table DO NOT CASCADE DELETES or UPDATES and nulls are not allowed)

c. Column called SupervisorID that is integer and must exist in the Person.Person table, if populated (enforce with referential integrity with the BusinessEntityID column in the

Person table DO NOT CASCADE DELETES or UPDATES and nulls are not allowed)

d. Table should be compressed at the page level

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Development For Dummies

Authors: Allen G. Taylor

1st Edition

978-0764507526

More Books

Students also viewed these Databases questions

Question

Question Can a Roth IRA invest in stock of the IRA owners business?

Answered: 1 week ago