i have got the normalized table but stil i don't know .., how it's each column normalised... please anyone help me and breifly explain the each text box and the column.... i hope you guys can
i am waiting ur response .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Aug 2, 2013, 12:46 AM
your tables are normalized form.
consider without normalization then your two table become one table.
when you insert data into to that table duplicate entry problem, data redundancy and at the time of selecting the data you will face problem.
thats why your table is divided in to two tables with a relation of houseid as foreign key then no duplicate values and easy to maintain data.
refer to this link for detail about normalization with example try to understand that example then you will get a clear picture how your tables are normalized.
http://www.dotnet-tricks.com/Tutorial/sqlserver/756N210512-Database-Normalization-Basics.html
Safeer SafeerPosted Aug 1, 2013, 11:17 PM
Safeer SafeerPosted Aug 1, 2013, 11:11 PM
Sanjeeb LenkaPosted Aug 1, 2013, 7:22 AM
as you said you have already normalized tables. plz share these table designs so i can able to make you understand your problem.
and remove the images on this page . it taking long time to load
Safeer SafeerPosted Aug 1, 2013, 7:21 AM
Safeer SafeerPosted Aug 1, 2013, 7:20 AM
Safeer SafeerPosted Aug 1, 2013, 7:17 AM
Sanjeeb LenkaPosted Aug 1, 2013, 7:08 AM
Sorry for replying late to your problem in our forum. Plz share your table schema or design i will make you understand how your tables are normalized.