1. ( For the Cities database, discuss one problem with either the correctness of the data or what can be easily done with the data that might occur if each of the following changes were made: • The state attribute of the City table was allowed to be null • The County table was merged into the State table by removing the County table and including a counties column in the State table with the names of the counties, plus a websites column in the State table with the websites for each county. The county column of the City table would just be the name of the county.

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter9: Joining Data From Multiple Tables
Section: Chapter Questions
Problem 10HOA: An EMPLOYEES table was added to the JustLee Books database to track employee information. Display a...
icon
Related questions
Question
100%

Please write in plain text format. Please dont copy the one that is already done!

 

1. ( For the Cities database, discuss one problem with either the
correctness of the data or what can be easily done with the data that might
occur if each of the following changes were made:
• The state attribute of the City table was allowed to be null
• The County table was merged into the State table by removing the County
table and including a counties column in the State table with the names of
the counties, plus a websites column in the State table with the websites
for each county. The county column of the City table would just be the
name of the county.
2. Normalization 
The total set of five attributes is: {name, state, district, bill, vote}. This is for
votes of members of the House of Representatives on the bills that come up for a
vote. The functional dependencies that hold are:
◦ {name} → {state, district}
◦ {billNum, name} → {vote}
• Now convert the above into Third Normal Form. Indicate all primary keys
and foreign keys

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Form
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr