InterviewSolution
| 1. |
Explain About Normalized Data? |
|
Answer» Well Structured Form of DATA, which DOESNT have any repetition or redundancy of data. It’s a kind of Relational data. It’s mainly USED in OLTP kind of stuffs Denormalized Data – It’s a WHOLE bunch of data without any relationship among themselves, with redundancy of data. It’s mainly used in OLAP kind of stuffs. Well Structured Form of Data, which doesnt have any repetition or redundancy of data. It’s a kind of Relational data. It’s mainly used in OLTP kind of stuffs Denormalized Data – It’s a whole bunch of data without any relationship among themselves, with redundancy of data. It’s mainly used in OLAP kind of stuffs. |
|