Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a new CLUSTERED table named CustomerService.Reps on the newly created Filegroup with the following columns and properties: Column called RepID that is the primary
- Create a new CLUSTERED table named CustomerService.Reps on the newly created Filegroup with the following columns and properties:
- Column called RepID that is the primary key and an ever-increasing unique integer (use Identity property and make this the primary clustered key)
-
- 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)
-
- 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).
-
- Table should be compressed at the page level
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started