View Single Post
  #3 (permalink)  
Old 01-15-09, 05:23
chiefman chiefman is offline
Registered User
 
Join Date: Jan 2009
Posts: 23
it makes sense. anyway I'd like to suppose a scenario. A and B are friends. thus there is a record (A, B, ...) in the table Friends which represents A has a friend B, but how about the other side B has a friend A. should I add another record like (B,A,..) to the table. if so, I think the data is duplicate
Reply With Quote