wht is normalization?can u explain me in detail?

Answers were Sorted based on User's Feedback



wht is normalization?can u explain me in detail?..

Answer / ramesh l.v.

Normalization is the process of efficiently organizing data
in a database. There are two goals of the normalization
process: eliminating redundant data and ensuring data
dependencies make sense

Is This Answer Correct ?    17 Yes 1 No

wht is normalization?can u explain me in detail?..

Answer / nesa4180

The process of separating data into distinct, unique sets
is called normalization.

Is This Answer Correct ?    7 Yes 3 No

wht is normalization?can u explain me in detail?..

Answer / koti

It is the process of removing redundancy data by splitting
the the tables into smaller tables in order to improve the
performance of the data retrieval.

Is This Answer Correct ?    3 Yes 2 No

wht is normalization?can u explain me in detail?..

Answer / granto

The process
of deciding what tables to create and what relationships
exist between them is known as
normalisation.

Is This Answer Correct ?    1 Yes 0 No

wht is normalization?can u explain me in detail?..

Answer / guest

Normalisation is when you reduce redundancy of data in
tables & increase performance

Is This Answer Correct ?    6 Yes 6 No

wht is normalization?can u explain me in detail?..

Answer / md.abdul azeez

Normalization is the process of efficiently organizing data
in a database. There are two goals of the normalization
process: eliminating redundant data and ensuring data
dependencies make sense
0 Ramesh L.v.


Re: wht is normalization?can u explain me in detail?
Answer
# 2 Normalisation is when you reduce redundancy of data in
tables & increase performance
0 Guest






Re: wht is normalization?can u explain me in detail?
Answer
# 3 The process of separating data into distinct, unique
sets
is called normalization.
3 Nesa4180


Re: wht is normalization?can u explain me in detail?
Answer
# 4 It is the process of removing redundancy data by
splitting
the the tables into smaller tables in order to improve the
performance of the data retrieval.

Is This Answer Correct ?    2 Yes 2 No

wht is normalization?can u explain me in detail?..

Answer / anil rajwadi

the task for database design is to structure in way that
eliminated unnecessary duptication and provide rapId path
search to all necessary information.the process of refining
table,column,key and relationship to create efficent
database is call normalization

Is This Answer Correct ?    0 Yes 0 No

wht is normalization?can u explain me in detail?..

Answer / shiva

Normalisation is the bottom up approach to design the database.Normalisation is the process of organising data in a table to reduce reduncy and to improve performance.Normalisation is a set of rules and each rule is called one normalform.

Is This Answer Correct ?    0 Yes 0 No

wht is normalization?can u explain me in detail?..

Answer / hari

Normalization is the process of designing the datamodel and
effocientely store the data in database.to reduce the
redundancy.
1Normal form: Elimanate the repeating groups for individual
table
-Create sepeare table for each set of related data
-identify the each set of related data with a primary key
2nd normal form : create separate table for set of values
that apply the multipule records.
--Releate these tables with a forgign key
3rd Normal Form : Eliminate fields that do not depend on
the key

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More SQL Server Interview Questions

How to drop an existing table with "drop table" statements in ms sql server?

0 Answers  


Write a sql query to sort on different column name according to the parameters passed in the function?

0 Answers  


Explain the different types of backups available in sql server? : sql server database administration

0 Answers  


How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?

0 Answers   ABC,


What is the minimum recommended amount of ram for sql server 2012 enterprise?

0 Answers  






What is use of @@ spid in sql server?

0 Answers  


we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz

6 Answers  


What is difference between group by and having?

0 Answers  


Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?

0 Answers  


What are approximate numeric data types in ms sql server?

0 Answers  


What is indexing?

0 Answers   AOL,


Explain log shipping?

0 Answers  


Categories