March 30, 2010 at 1:19 am
Hi guy's,
I really Need Some example to do normalized database....
Thanks,
Pankaj
"Born TO Learn"
March 30, 2010 at 1:26 am
please search for basics of normalization on internet and read it.
March 30, 2010 at 2:50 am
will you please give me an full proof example of this ...i have searched on internet but didn't got good example
August 24, 2010 at 6:10 pm
Boy I am with you on that one. I have been researching for several hours all over the internet and I can't find a sql plan that works. I have never heard of anyone creating separate tables when you have repeating groups....for one thing the repeating groups are field names that general are associated with a metric and the additiona table doesn't make sense. You want to privot the repeating groups into one field and associate a row and metric for each repeating group. The good ETL tools do it great, I just want to know what the pivot code looks like and how it could work.
Actually since I don't have access to SQL Server I would like to know how you would perform a pivot in MS Access....any ideas??
Mare
August 24, 2010 at 9:55 pm
marerose888 (8/24/2010)
Boy I am with you on that one. I have been researching for several hours all over the internet and I can't find a sql plan that works. I have never heard of anyone creating separate tables when you have repeating groups....for one thing the repeating groups are field names that general are associated with a metric and the additiona table doesn't make sense. You want to privot the repeating groups into one field and associate a row and metric for each repeating group. The good ETL tools do it great, I just want to know what the pivot code looks like and how it could work.Actually since I don't have access to SQL Server I would like to know how you would perform a pivot in MS Access....any ideas??
Mare
You should start a new thread(topic) for your query
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
October 29, 2013 at 12:36 pm
October 29, 2013 at 2:03 pm
sadhwanipankaj (3/30/2010)
will you please give me an full proof example of this ...i have searched on internet but didn't got good example
First off there is no "fool proof" when it comes to normalization. There are defined rules, but the interpretation of those rules varies widely. Can you provide more details on what you are looking to do? Is it just to learn about normalization? If so, then there are already some good links on this thread. Do you need to normalize an already existing database? and why?
If you can expand on your question someone should be able to help you with this.
October 30, 2013 at 6:33 am
http://support.microsoft.com/kb/283878
http://databases.about.com/od/specificproducts/a/normalization.htm
Universities devote a few weeks a semester of a database class to normalization, so it will take you some time to learn and practice. At least back when I was in university.
The internet search doesn't take too long.
Do a search for Boyce-Codd Normal Form. In the past, this was considered the goal for normalization (3rd normal form). Like everything in IT, it DEPENDS on the specific database and performance considerations as to whether or not to "normalize" or not.
Steve
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply