Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the following schema for an address relation: Address-schema = (street_number, street_name, city, state, zip) Enumerate all of the possible candidate keys for the Address

Given the following schema for an address relation: 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.

Database HW

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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