what is normalization? explain 1st NF, 2nd NF, 3rd NF
Answer / rakesh
Data normalization is a process in which data attributes
within a data model are organized to increase the cohesion
of entity types. In other words, the goal of data
normalization is to reduce and even eliminate data
redundancy, an important consideration for application
developers because it is incredibly difficult to stores
objects in a relational database that maintains the same
information in several places.
Level
Rule
First normal form (1NF)
An entity type is in 1NF when it contains no repeating
groups of data.
Second normal form (2NF)
An entity type is in 2NF when it is in 1NF and when all of
its non-key attributes are fully dependent on its primary
key.
Third normal form (3NF)
An entity type is in 3NF when it is in 2NF and when all of
its attributes are directly dependent on the primary key.
| Is This Answer Correct ? | 21 Yes | 2 No |
Router T/R is active but some people are saying it is also passive which is exactly right?
how to load duplicate row in a target
What is union transformation in informatica?
how do u tune queries?
What is aggregator transformation in informatica?
What are the rank caches?
How to start a workflow using pmcmd command?
Can any one describe what is audit table briefly?how does it look like and what are the columns in it?
What is a surrogate key?Why we use it in a mapping?Pl give an example.
What is informatica? Why do we need it?
can any one give some examples for pre sql and post sql(Except dropping and creating index).
i have flatfile source. i want to load the maximum salary of each deptno into target. what isthe mapping flow