Explain Normalization concept?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / neha keshri
The usual approach in normalization in database
applications is to ensure that the data is divided into two
or more tables, such that when the data in one of them is
updated, it does not lead to anamolies of data.
Is This Answer Correct ? | 5 Yes | 1 No |
Can I install mysql on mac?
how we can use more then one primary key in Single Table
What is the difference between SQL and SQL Server?
How to declare variable in mysql trigger?
In how many ways we can retrieve data in the result set of mysql using php?
How do I insert an image into mysql workbench?
what if you really want to store the timestamp data, such as the publication date of the article?
What is flush privileges in mysql?
Which mysql function is used to concatenate string?
how to know the tables in database having foreign key?
If you are assigned a task, to find the information of procedures. What are the basic commands that you will use to do so?
What is delimiter in mysql?