what is the meant by Normalization and de-normalization?

Answers were Sorted based on User's Feedback



what is the meant by Normalization and de-normalization?..

Answer / gireesh

Normalization is a process in database design which groups
data into various tables which are then crosslinked by a
particular field. In a properly normalized database, there
will be only one field in one table for a particular piece
of data, eliminating possibility for conflicts. Breaking the
database up into numerous smaller tables, and eliminating
redundancies, eases management and enhances efficiency.

Is This Answer Correct ?    24 Yes 5 No

what is the meant by Normalization and de-normalization?..

Answer / srinivas

Normalization:
Normalization is a technique to reduce redundant, and
inconscistent data. normally normalization techniques use
in snoflake schema.

De-normalization:
it is a technique to move high to low normal forms in
datamodeling to increase the performance of databases.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ETL Interview Questions

What is meant by incremental load?

0 Answers  


Explain do we need an etl tool?

0 Answers  


how do u extract data from different data sources explain with an example?

0 Answers  


What is a mapping?

0 Answers  


How can we handle Rejection Logic in Source tables while we are matching the data in Target side in ETL Testing ?

2 Answers  






Can we create Hierarchies in generic datasources?

0 Answers   CTS,


what are the data modeling tools you have used?(polaris)

0 Answers  


how do u estimate the number of partitions that a mapping really requires? Is it dependent on the machine configuration?

0 Answers  


What are your responsibilities as an etl tester?

0 Answers  


What is a lookup table in etl?

0 Answers  


Assume u have a 24CPU machine with 24GB RAM, suggest how u would like to configure Informatica ,like number of concurrent sessions, RAM requirements etc,max partitions that u would permit per mapping.

0 Answers  


explain the methodology of Data Warehousing?(Polaries)

0 Answers  


Categories