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
How do I stop a query in mysql workbench?
How to drop an existing table in mysql?
How to calculate expressions with sql statements?
Can we write pl sql mysql?
List some comparisons operators used in mysql?
What is delimiter in mysql?
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
What is processlist in mysql?
How do I start and stop mysql server?
Is mysql a free database?
What is mysql procedure?
Why should I learn mysql?
Can mysql function return a table?
What is session variable in mysql?
How to get the current date in mysql?