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 |
What is a grid in Informatica?
following table source target name gender name target a1 male a1 female a2 female a2 male i want a1 female update to target how will do?
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.
what are the real time problems generally come up while doing or running mapping or any transformation?
Is snow flake or star schema used? If star schema means why?
What is the difference between OLTP and ODS?
What is partioning?how many types of partinings are there
My source data like... Empid Name 10 chandra 10 sekhar I am expecting result is Empid Ename 10 Chandrasekhar How can we solve this prob?
how the server recognises , if the session fails after loading the 100 records in to the target
If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me
What is the difference between informatics 7x and 8x and what is latest version?
To provide support for Mainframes source data,which files r used as a COBOL files