Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Normalization ?

Answers were Sorted based on User's Feedback



What is Normalization ?..

Answer / aravind

NORMALIZATION IS NOTHING BUT A BAD DATABASE TO CONVER INTO
THE GOOD ONE.THEN ELEMINATE THE DETERMINATION

Is This Answer Correct ?    3 Yes 3 No

What is Normalization ?..

Answer / sourb mahajan

It is a process during which redundant relation schemes are
decomposed by breaking up their attributes into smaller
relation schemes that possess desirable properties.

Is This Answer Correct ?    0 Yes 0 No

What is Normalization ?..

Answer / manikandan.s

-> Normalization is the Logical Data Base Design.
-> It's Used to Split the One table to multiple Table.
-> It's used to Reduce the Redundancy of data.

Is This Answer Correct ?    0 Yes 0 No

What is Normalization ?..

Answer / sudhir g. mali

To Resolve DB issues(inconsistency, redundancy & ambiguity) some amount of refinement required. This refinement process is called as Normalization.

Is This Answer Correct ?    0 Yes 0 No

What is Normalization ?..

Answer / gopal sharma

In the field of relational database design, normalization is a systematic way of ensuring that a database structure is suitable for general-purpose querying and free of certain undesirable characteristics—insertion, update, and deletion anomalies—that could lead to a loss of data integrity.[1]

Database normalization is a technique for designing
relational database tables to minimize duplication of
information and, in so doing, to safeguard the database
against certain types of logical or structural problems,
namely data anomalies.

For example, when multiple instances of a given piece of
information occur in a table, the possibility exists that
these instances will not be kept consistent when the data
within the table is updated, leading to a loss of data
integrity. A table that is sufficiently normalized is less
vulnerable to problems of this kind, because its structure
reflects the basic assumptions for when multiple instances
of the same information should be represented by a single
instance only.


The formal classifications describing the level of database
normalization in a data model are called Normal Forms (NF)
and the process of doing this is Normalization.

First normal form :
• A table is in first normal form when it contains no
repeating groups.
• The repeating column or fields in an un normalized table
are removed from the table and put in to tables of their own.
• Such a table becomes dependent on the parent table from
which it is derived.
• The key to this table is called concatenated key, with the
key of the parent table forming a part it.

Second normal form:
• A table is in second normal form if all its non_key fields
fully dependent on the whole key.
• This means that each field in a table ,must depend on the
entire key.
• Those that do not depend upon the combination key, are
moved to another table on whose key they depend on.
• Structures which do not contain combination keys are
automatically in second normal form.
Third normal form:
• A table is said to be in third normal form , if all the
non key fields of the table are independent of all other non
key fields of the same table.

Is This Answer Correct ?    0 Yes 0 No

What is Normalization ?..

Answer / vikas mohan

It is a technique for designing a database system and is a
process in which data in a single table is being replaced
into number of tables with the same data along with some key
relationships being set up among the tables.
and also reducing duplication in the database,with
the ultimate goal of eliminating duplicate data entirely.

all the best

Is This Answer Correct ?    0 Yes 0 No

What is Normalization ?..

Answer / shivag

The formal classifications describing the level of database
normalization in a data model are called Normal Forms (NF)
and the process of doing this is Normalization.

First normal form :
· A table is in first normal form when it contains no
repeating groups.
· The repeating column or fields in an un normalized table
are removed from the table and put in to tables of their
own.
· Such a table becomes dependent on the parent table from
which it is derived.
· The key to this table is called concatenated key, with the
key of the parent table forming a part it.

Second normal form:
· A table is in second normal form if all its non_key fields
fully dependent on the whole key.
· This means that each field in a table ,must depend on the
entire key.
· Those that do not depend upon the combination key, are
moved to another table on whose key they depend on.
· Structures which do not contain combination keys are
automatically in second normal form.
Third normal form:
· A table is said to be in third normal form , if all the
non key fields of the table are independent of all other non
key fields of the same table

Is This Answer Correct ?    0 Yes 0 No

What is Normalization ?..

Answer / mohan

Normalization is The process of decomposing tables to eliminate data redundancy is called Normalization.

Is This Answer Correct ?    0 Yes 0 No

What is Normalization ?..

Answer / edward

NORMALIZATION IS THE WAY AND MANA OF REDUCING DUPLICATE IN
A GIVEN ENTITIES.

Is This Answer Correct ?    0 Yes 0 No

What is Normalization ?..

Answer / dastagiri babu(mca),s.v.pg col

Normalization is a technique which is used to make complex
physical structure into simple physical structure. By using
normalization we can get Redundant free structure(Elimation
of duplicate values)
Advantages:-
1. Redundancy will be reduced
2. Inconsistency will be avoided
3. Related data will be stored in tables

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

Which is faster join or subquery in oracle?

0 Answers  


We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?

3 Answers  


cursor attributes are %isopen ,%notfound,%found,%rowcount but is any attributes there other than these? please tell me asap ..

2 Answers  


what is Materialized view? What is a snapshot? what are the similarities and differences between Materialized views and snapshots?

2 Answers  


what are the database links ?

2 Answers  


What are the varoius components of physical database structure of oracle database?

0 Answers  


How to select an oracle system id (sid)?

0 Answers  


What are the most common interview questions on ETL Testing for experience?

0 Answers  


How to loop through data rows in the implicit cursor?

0 Answers  


What query tells you how much space a tablespace named test is taking up, and how much space is remaining?

0 Answers   Infosys,


 What are the oracle DML commands possible through an update strategy?

0 Answers   Informatica,


How to use "out" parameter properly?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)