InterviewSolution
Saved Bookmarks
| 1. |
What is the best way to represent the attributes in a large database?(a) Relational-and(b) Concatenation(c) Dot representation(d) All of the mentionedThis question was addressed to me by my school teacher while I was bunking the class.The doubt is from Database Design Process in portion Normalization of Database Management |
|
Answer» CORRECT option is (B) Concatenation To explain: Example INST SEC and STUDENT sec. |
|