
print("code sample");Im a intermediate App& Web Programmer and a novie when it comes to data base, just had the basic sql 101 in college. I really want to understand the normal forms and am having difficulty with it since not all info on the net seem to agree. OK my main confusion is 1st NF No duplicate row Info. So the Normal ex: Not having somthing like address 1, address 2, Address 3 and so on in 1 table, But i ask couldnt you also havve duplicate data just in say, a members table with Fname so you tbl make grow into
{(PK)Id Fname
-----------------------
0 Frank
1 Bob
2 Frank}
This produces many members with same first name(redundant data) so buy the NF rule ,Should i create new Names table an tie them with Names Table (PK) Name.Id--> Mem Table (Fk) Names.Id
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.