-
Junior Member
normalization
expalin in detail the diferences between the first and second normal forms?
-
Expert Member
-
Junior Member
Re: normalization
First Normal Form:The domain of attribute must include only atomic (simple, indivisible) values.
Second Normal Form:A relation schema R is in 2NF if it is in 1NF and every non-prime attribute A in R is fully functionally dependent on primary key.
-
Junior Member
-
Contributing Member
Re: normalization
In simple words it is a way for designing database tables to minimize duplication of data.
Database developers have introduce some guidelines for ensuring that databases are normalized. These are referred to as normal forms and they are called as first normal form, second normal form etc.
Thanks.
-
Expert Member
Re: normalization
hi,
Please refer to Database normalization - Wikipedia, the free encyclopedia, gives you all the information. Please dont hesitate to post your queries after going through this
Thanks
Sushma
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules