Question: 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
Get step-by-step solutions from verified subject matter experts
