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
What is the default port of mysql server?
What is definer in mysql trigger?
How do I copy a table in mysql?
Is mysqli faster than mysql?
What is normalization and list the different types of normalization?
Does mysql support nosql?
How to drop an existing index in mysql?
How to return query output in xml format?
How we can get distinct columns values in mysql?
What is a storage engine?
How to calculate the difference between two time values?
Is mariadb better than mysql?
Do you need a license for mysql?
Explain the different types of constraints?
How to find second highest salary from a table?