Question

3. Describe three errors in the following database design. Personal Contact Database Id# Name 101. Jane S Smith 102 Bill Will

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The tables are not normalized

In table 1, the address can be split up into several other fields to make it to 1NF and if the address data is unique over zip or pin code then it can be further decomposed.
In table 2,the redundant information "name" is stored, which is unnecessary as it is already store in table 1. The data 1. phone1, type1; 2. phone2, type2 and 3. phone3 and type3 may have null data. It is not not needed to have data in this structure, instead the schema can be Given as ID, Phone, Type.

Throughput and workload

Throughput can be less than workload.

Generally throughput and workload varies proportionally till certain resource limit. Once the resource is exhausted then the throughput saturates but the workload can still grow.

Normally, throughput will equal workload

As discussed above the throughput will be equal to workload till certain limit is reached.

**please upvote if you like the answer. Thank you

Add a comment
Know the answer?
Add Answer to:
3. Describe three errors in the following database design. Personal Contact Database Id# Name 101. Jane...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT