ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Databases  >>  DB Development
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
What is normalization? Explain different levels of 
normalization?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is normalization? Explain different levels of normalization?
Answer
# 1
The task of a database designer is to structure the data in
a way that eliminates unnecessary duplication and provides a
rapid search path to all necessary information. The process
of refining tables, keys, columns, and relationships to
create an efficient database is called normalization

because there is no redundant, neglected data and normalized
tables produce rapid, efficient joins.

There are 5 different normalization methods.

 First Normal Form (1NF): Each field in a table must contain
different information.

 Second Normal Form (2NF): All attributes that are not
dependent upon the primary key in a database table must be
eliminated.

 Third Normal Form (3NF): No duplicate information is
permitted. So, for example, if two tables both require a
common field, this common field information should be
separated into a different table.

 There are 2 more normalization forms, fourth normal form
(4NF) and fifth normal form (5NF), but they are rarely used.
Normalization makes databases more efficient and easier to
maintain.
 
Is This Answer Correct ?    8 Yes 2 No
Vikram
 
  Re: What is normalization? Explain different levels of normalization?
Answer
# 2
Normalization:
        Normalization is the process of designing a data
model to efficiently store data in a database. The end
result is that redundant data is eliminated, and only data
related to the attribute is stored within the table.

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 ?    0 Yes 0 No
Kumaresan Chandran
 
 
 

 
 
 
Other DB Development Interview Questions
 
  Question Asked @ Answers
 
What are cursors? Explain different types of cursors?  3
What are defaults? Is there a column to which a default can't be bound?  1
what is Normalization? TCS2
how will I find the duplicate rows count from employees tablein oracle.  1
What is a self join? Explain it with an example?  2
How do you implement one-to-one, one-to-many and many-to- many relationships while designing tables? SQL-Star1
Define candidate key, alternate key, composite key?  6
Explain the general syntax for a SELECT statements covering all the options.  2
What is normalization? Explain different levels of normalization? IBM2
What is denormalization and when would you go for it?  2
What is bit datatype and what's the information that can be stored inside a bit column?  2
Given an employee table, how would you find out the second highest salary?  4
What is the system function to get the current user's user id?  1
What is an extended stored procedure?  1
What are the disadvantages of cursors? How can you avoid cursors?  1
 
For more DB Development Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com