Explain Normalization concept?

Answer Posted / prasadhari_m@yahoo.com

Noramalization is process of desinnig the datamodel to
effentionley store the data in a database. to reduce the
redundancey.
1st normal form : Elimanate repating groups in individual
tables
Create separate table for ecah set of related data
Identify each set of related data with a primary key.
2nd normal form : Create separate tables for sets of values
that apply to multiply records
->relate these tables with a forgien key
3rd normal form : Elimanate fields that do not depend on
the key

Is This Answer Correct ?    29 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is row level locking?

577


What are the functions of commit and rollback statements?

634


What is dump in mysql?

558


What is acid in mysql?

543


What are federated tables?

701






Why use stored procedures in mysql?

610


How to make a copy values from one column to another in mysql?

656


What is use command in mysql?

618


What is data in mysql?

574


What is append query?

588


What are the technical features of MySQL?

655


Can we store videos in mysql database?

586


Where the database is stored in mysql?

564


How to display odd rows in student table in mysql?

538


What are the advantages of MySQL when compared with Oracle?

620