List all current customers by region


Assignment: SQL Distributed DBMS

The following data structure and constraints exist for a magazine publishing company.

a. The company publishes one regional magazine each in Florida (FL), South Carolina (SC), Georgia (GA), and Tennessee (TN)
b. The company has 300,000 customers (subscribers) distributed throughout the four states listed in Part 2a.
c. On the first of each month, an annual subscription INVOICE is printed and sent to each customer whose subscription is due for renewal.

The INVOICE entity contains a REGION attribute to indicate the customer's state of residence (FL, SC, GA, TN):

CUSTOMER (CUS_NUM, CUS_NAME, CUS_ADDRESS, CUS_CITY, CUS_STATE, CUS_ZIP,

CUS_SUBSDATE)

INVOICE (INV_NUM, INV_REGION, CUS_NUM, INV_DATE, INV_TOTAL)

The company is aware of the problems associated with centralized management and has decided that it is time to decentralize the management of the subscriptions in its four regional subsidiaries. Each subscription site will handle its own customer and invoice data. The management at company headquarters, however, will have access to customer and invoice data to generate annual reports and to issue ad hoc queries, such as:

• List all current customers by region.
• List all new customers by region.
• Report all invoices by customer and by region.

Given these requirements, how must you partition the database?

Format your assignment according to the following formatting requirements:

1. The answer should be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides.

2. The response also includes a cover page containing the title of the assignment, the student's name, the course title, and the date. The cover page is not included in the required page length.

3. Also include a reference page. The Citations and references should follow APA format. The reference page is not included in the required page length.

Solution Preview :

Prepared by a verified Expert
Database Management System: List all current customers by region
Reference No:- TGS02982484

Now Priced at $35 (50% Discount)

Recommended (92%)

Rated (4.4/5)