Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1) You are implementing a Relational Database for a company t that sells its products on internet. The Database maintains the Customer information in a

1) You are implementing a Relational Database for a company t that sells its products on internet. The Database maintains the Customer information in a table called CUSTOMERS. The primary key of this table is a column called CustomerID. There are also columns LastName, FirstName , City , and ZipCode representing last name, first name, city in which the Customer lives and the 5 digit zip code of the customer respectively. When a customer calls the customer service department with any inquiries, the customer service representative asks the customer for his or her Customer ID and pulls the information related to that customer from the Database. However, if a caller does not remember his/her Customer ID, the Customer service representative asks the customer for his/her last name and the 5 digit zip code, pulls the information related to all the customers from the database with matching last name & zip code combination and then further narrows down the search for the customer record based on some other identifiable information about the customer. The CUSTOMER table is expected to have millions of records and the system needs to quickly retrieve a set of matching customer records based on Customers last name and 5 digit zip code combinations. As the Database Designer, how could you speed up the retrieval of data from the CUSTOMER table for a given combination of customers last name and zip code?

image text in transcribedimage text in transcribed

1) You are implementing a Relational Database for a company t that sells its products on internet The Database maintains the Customer information in a table called "CUSTOMERS". The primary key of this table is a column called "CustomerID". There are also columns "LastName", "First Name", "City", and "ZipCode" representing last name, first name, city in which the Customer lives and the 5 digit zip code of the customer respectively When a customer calls the customer service department with any inquiries, the customer service representative asks the customer for his or her Customer ID and pulls the information related to that customer from the Database. However, if a caller does not remember his/her Customer ID, the Customer service representative asks the customer for his/her last name and the 5 digit zip code, pulls the information related to all the customers from the database with matching last name & zip code combination and then further narrows down the search for the customer record based on some other identifiable information about the customer. The CUSTOMER table is expected to have millions of records and the system needs to quickly retrieve a set of matching customer records based on Customer's last name and 5 digit zip code combinations As the Database Designer, how could you speed up the retrieval of data from the CUSTOMER table for a given combination of customer's last name and zip code

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

Refactoring Databases Evolutionary Database Design

Authors: Scott Ambler, Pramod Sadalage

1st Edition

0321774515, 978-0321774514

More Books

Students also viewed these Databases questions

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago