CS403 GDB No 1 Fall 2022||GDB No1 2022||100% Correct Solution with Solution File

Опубликовано: 16 Март 2026
на канале: VU Help Forum
643
20

#cs403_gdb_no_1_fall_2022
#cs403_gdb_no_1_2022
#cs403_gdb_no_1
Subscribe our channel
Solution:
In MY opinion, we cannot apply process of normalization on Non-Relational Databases.
Because all rows of one “table” in Non-Relational Databases are not stored in one node, they are partitioned into multiple nodes. So there is no way to join tables in Relational Databases. All attributes needed for any query should be stored as part of same table/column family. Non-Relational Databases are suitable to capture and process semi-structured/unstructured data, generated from data sources over which we have little control. Usually the Data volume is huge and the data meaning does not remain same over time. This gives us an idea that Normalization is not favored in the Non-Relational Databases.