Question: Denormalize the following three tables, into one table called tbl_location: tbl_state contains (state_id,state_name) tbl_county contains (conty_id,county_name) tbl_city contains (city_id,city_name). Discuss the steps you took to
- Denormalize the following three tables, into one table called tbl_location:
- tbl_state contains (state_id,state_name)
- tbl_county contains (conty_id,county_name)
- tbl_city contains (city_id,city_name).
- Discuss the steps you took to create the new tbl_location table and if the new table design increased or decreased the performance of the query.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
