Answered step by step
Verified Expert Solution
Link Copied!

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

  1. Create a new CLUSTERED table named CustomerService.Reps on the newly created Filegroup with the following columns and properties:
    1. Column called RepID that is the primary key and an ever-increasing unique integer (use Identity property and make this the primary clustered key)
    1. 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)
    1. 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).
    1. 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

Students also viewed these Databases questions