Explain what is meant by repetition of information and
inability to represent information. Explain why each of
these properties may indicate a bad relational database
design.
Answer Posted / shrikant patil
Repetition of Information is a condition in a relational
database where the values of one attribute are determined by
the values of another attribute in the same relation, and
both values are repeated throughout the relation. This is a
bad relational database design because it increases the
storage required for the relation and it makes updating the
relation more difficult.
- Inability to represent information is a condition where a
relationship exists among only a proper subset of the
attributes in a relation. This is bad relational database
design because all the unrelated attributes must be filled
with null values otherwise a tuple without the unrelated
information cannot be inserted into the relation.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
describe how your code can determine if the user entered an input box value or click the cancel button?
c ka base kya hota hai? what is communication?
can any one give 10 ways to create a file in unix...???? through command prompt....
My system suddenly get off,when i try to power on then it does not work but when i open it and clean RAM and insert it again, it power on.but after some day same problem? please give the answer (i have also changed RAM it's new.)
Anyone have thesis paper about "Electrical Load Forecasting" . Or the web addresses where people usually upload their thesis paper except IEEE.
sir/medam i had completed my B-TECH(CSE)2011 with 61%.i have to go USA for futhure studies.i dnt know what is steps for do futhure studies in USA so could you please tell me
Based on the Job Description above, please indicate in details why you are a good match for this position?
as we know that java is a platform independent language, but we need jvm for the same operating system why?
What is the use of SUN Server
What are the fundamental differences between Engineering and Physics?
how to implement spiral model on railway reservation?.
I want to join for load runner training..please suggest me which is the best institute for load runner training in bangalore?
can any give an exact example about, resolving the sql errorcode -305
how to convert postfix notation into prefix in data structures. please send me algo of taha
write a pgm to accept an array of names & name & check whether the name is present in the array. return the count of occurance. use following array as input; {"Dave","Ann","dev","merry"}