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 a worklet?

0 Answers  


tell me few points when u become TL

0 Answers   Infosys,


if i have a query as flat file how can we load data to target table

0 Answers   Tech Mahindra,


we have 1 source table containing 100 records. now we have to transfer first set of 1-10 (i.e1-10) records to one target table and another set of 1-10(11-20) records to other target table and continue like that till 100th record

3 Answers  


flat filevalidation in informatica

0 Answers   Hewitt,






What is a lookup table in etl?

0 Answers  


WHY CANT WE SEE THE DATA IN DATASET

1 Answers   IBM,


Eliminating of duplicate records without using dynamic lookups

3 Answers  


When do we analyze the tables?

0 Answers  


What is a materialized view log?

0 Answers  


how do u handle performance issues in Informatica . where can u monitor the performance ?

0 Answers  


What is cube grouping?

0 Answers  


Categories