April 23, 2013 at 1:50 am
can any body explain normalization and types?
April 23, 2013 at 2:31 am
Thats a bit too deep to go into for a forum post.
http://en.wikipedia.org/wiki/Database_normalization
Read that. Look at section 3 Normal Forms. Each of those has a link to an explanation of each one. Read the ones you're interested in. 3NF is probably the one you want.
Having read those if you have any questions then post back and I'm sure someone will be able to answer your question.
April 23, 2013 at 8:22 am
Here are a couple others.
http://www.sqlservercentral.com/articles/Stairway+Series/The+Relational+model+and+Normalization./74134/[/url]
http://www.sqlservercentral.com/articles/Normalization/74241/[/url]
http://www.sqlservercentral.com/articles/74381/[/url]
http://www.sqlservercentral.com/articles/Normalization/74437/[/url]
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
April 23, 2013 at 9:59 am
You really need to understand the first three normal forms. It is good to have an understanding of the others, but the first three are critical IMHO.
April 29, 2013 at 1:07 am
Hi Gurjer48,
Just open google, type normalization and hit enter and you'll have thousand links to know about Normalization. You can search out here in sqlservercentral as well. 🙂
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply