Hello, all. First post. Following are my table structures ("*" indicates primary keys):
TA: EM_ID*, FNAME, LNAME (unique entries)
TB: EM_ID, DP_ID, SDATE (not unique entries)
TC: DP_ID*, DESC (unique entries)
As you can see, TB is my intermediate table, and can include...