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 and types of normalization?

Answers were Sorted based on User's Feedback



What is normalization and types of normalization?..

Answer / subitha

Normalization is a systematic way to ensure that a
database structure is suitable for general purpose qureying
and free from certain undesirable character that lead to
loss of data integrity.

Is This Answer Correct ?    10 Yes 4 No

What is normalization and types of normalization?..

Answer / sripathi venkata ramesh

I am Sripathi Venkata Ramesh from Gudivada and the answer
is mentioned below

Normalization: The focus of normalization is to help data
base designers to design the table structures for an
application. It helps to reduce rebundant table data to the
very minimum. Main use is to improve the performance of
DBMS.


First normal form: There must be no any duplicate
records & repeating groups.

Second normal form: Remove subsets of data and place
in a separate table.

Third normal form: Remove columns that are not
dependent on primary key

Is This Answer Correct ?    8 Yes 3 No

What is normalization and types of normalization?..

Answer / pradeep

normliztion is reduce the complicitty of form,

Is This Answer Correct ?    8 Yes 4 No

What is normalization and types of normalization?..

Answer / srabani das

The basic facts of normalization is to reduced redundancy
which means that information stored only once.storing the
information in several times leads to lost of storage space
and increase in total size of data base.Relation are
normalized so that when relation of database are to be alter
during the life time of the data base. we do not lost
information.

Is This Answer Correct ?    4 Yes 1 No

What is normalization and types of normalization?..

Answer / jasmine

Normalization is a process of designing the table(relation)
with the reduced redundancy and making clear whether the
attributes in a table is depend on the primary key or
dependencies make sense(ie:storing only the related datas
ito the table). This is achieved by normal forms.
Basic types of normal forms are,
1NF-first normal form(Eliminates duplicate or
repeating values)

2NF-second normal form(Eliminates redundant datas in
one or more tables)

3NF-Third normal form(Removing the columns that are
not truely depending on the primary key)

Is This Answer Correct ?    2 Yes 0 No

What is normalization and types of normalization?..

Answer / dileep

standardization: the imposition of standards or
regulations; "a committee was appointed to recommend
terminological standardization...

1st NF
2nd NF
3rd NF
4th NF

Is This Answer Correct ?    2 Yes 0 No

What is normalization and types of normalization?..

Answer / s.munna

Normalisation is basically avoid redundent data in database
for saving memory space and faster manipulation of data
keep and insert ,update , delete anamollies.....

Is This Answer Correct ?    1 Yes 0 No

What is normalization and types of normalization?..

Answer / r.arjunarao

Normalization means reduces redundancy unnecessary
repetition of data is NF
UnNormalization means intentional introduction redundancy to
a table to improve the performance is De-NF or Un-NF
1NF Any multiple values Attribute have been removed.
2NF Any partial functionality dependency have been removed.
3NF Any transitive functionality dependency have been removed.
4NF Any multi-values dependency have been removed.
5NF Any remaing anomalies have been removed.

Is This Answer Correct ?    2 Yes 1 No

What is normalization and types of normalization?..

Answer / tumaini katobe

Is the process of assigning attributies to entities or is
the technique of designiing database with the least
redunducy and duplicancy of data.
There are five types of normalization, these are:
First Normal form
Second Normal form
Third Normal form
Fourth Normal form
Firth fourth form

Is This Answer Correct ?    7 Yes 7 No

What is normalization and types of normalization?..

Answer / prasad

it is nothing but reduce reduancy for data storge and to
make data more simple

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More SQL PLSQL Interview Questions

How to remove duplicate rows from a table?.

3 Answers  


While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?

8 Answers   iFlex,


How can we solve sql error: ora-00904: invalid identifier?

0 Answers  


Explain the difference in execution of triggers and stored procedures?

0 Answers  


What are variables in pl sql?

0 Answers  


Suppose I have to create a view on a table, that is not yet been created by DBA. I khow the table structure. Is it possible to create the view before DBA creates this table? If yes then how? Is it possible to create synonym in this way?

4 Answers   IBM, Metric Stream,


Which nosql database is best?

0 Answers  


how i do the database testing of online money transactions between two parties (client and organization). suppose our company makes a website for our client and give a extra feature of online money transaction with there clients then how i test this feature in database testing

1 Answers  


what are integrity rules?

0 Answers  


What is a mutating table and a constraining table?

0 Answers  


Where is sql database stored?

0 Answers  


How do I view stored procedures?

0 Answers  


Categories