Explain pitfalls in relational database design?

over normalization

One of the tenets of relational database design is "normalization". Normalization is the process of reducing a complex data structure into its simplest, most stable structure. In general, the process entails the removal of redundant attributes, keys, and relationships from a conceptual data model. In database design one has to make decisions about the trade offs offered by normalization. A completely normalized database can offer a great deal less redundancy and offer a infinite complexity and relational flexibility to the user/designer. On the other hand, this can get out of hand. The downside is that queries get overly complex and it can slow the database to a crawl as more and more data is accumulated. A simple example would be that of a database that represents an address book. The simplest design would be a flat database or a single table with columns like name, address, home phone, work phone. This would be a very fast, easily queried database but somewhat limited. What if you have someone who has more than two phone numbers? what if you want to put in their work address or the address of their vacation home. The fully normalized version of this database would have a core table for contacts that would link to a table of addresses, a table of phone numbers, a table of zip codes. There would also be tables called look up or type or category tables that would list the possible categories for phone numbers such as work, home, fax, cell etc.. as well as a table for address categories, work, home, vacation house etc.. you could also add a category table for the relationships between you and the contact and one for the relationships between contacts e.g, 'my friend', 'my boss', 'his sister', 'her uncle'. The Pitfall here is this database would quickly get too complicated for unsophisticated users to query and understand and it would get slow as more and more data was accumulated.

Improve Answer Discuss the question "Explain pitfalls in relational database design?" Watch Question

First answer by ID3457415187. Last edit by ID3457415187. Question popularity: 12 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Databases > Explain pitfalls in relational database design?

Our contributors said this page should be displayed for the questions below. (Where do these come from)
If any of these are not a genuine rephrasing of the question, please help out and edit these alternates.
Explain database keys?  Relational database design?  Pitfalls in database design?  What is pitfalls database design?  Disadvantages of relational databases?  Pitfalls in relational database design?  Is relational art the same as intelligent design?  List and explain 3 pitfalls to objective thinking?  Explain two rules in relational model of database?  List and explain three pitfalls to objective thinking?  Explain the normalisation concept in relational database?  What is it means of relational design in hierarchical problems?  Explain the desirable properties of decomposition in relational modal?  Use a relational database model to design a database for a school to keep track of students record?  List the three design goals for relational databasesand explain why each is desirable?