View Single Post

   
  #1 (permalink)  
Old 03-01-2008, 01:44 PM
ebade2000@gmail.com
 
Posts: n/a
Default Database table data modifications with PK/FK relationship

I have two tables (T1 and T2). In T1 I have a field FT1 that is a
primary key in T2 I have a field FT2 that is a foreign key linked to
FT1. These fields have been populated with data. Lets say that in one
row of data I have in T1 under FT1 "my cell" as the data entry,
similarly with T2 under FT2 I have 2 rows of data that also have "my
cell" as the data entry. What is the best line of action is I wanted
to change "my cell" to "my data"?

Reply With Quote