Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Address-schema = (street_number, street_name, city, state, zip) Enumerate all of the possible candidate keys for the Address schema under the following assumptions: a. A state

Address-schema = (street_number, street_name, city, state, zip)

Enumerate all of the possible candidate keys for the Address schema under the following assumptions:

a. A state cannot have two cities with the same name.

b. Given the zip, you can uniquely identify the city and the state.

c. No physical city will have two addresses with the same street_number and street_name combination. Note, however, that two cities with the same name may have two such addresses.

d. No state will have two cities with the same name.

e. Given the street_number, street_name, city, and state, you can determine a unique zip code.

---------------------------------------------------------------------------------------------------------------------------------------------

I think the candidate key will be (zip) since it is only one that uniquely distinguishes out of all the schema.

Am I wrong? or Can you explain other possible candidate keys?

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