Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Help with 3 tables

How would I find the differences between three tables.. For example T1 is
a table of names, with the lastname as the primary key. T2 is a table of
ages, birthdays, addresses..etc, with Ages and Lastnames as the primary keys.
T3 is a table of presents per age, with Age as the primary key.
so (T1.lastname=T2.Lastname AND T2.Age = T3.Age) How do I find out if one
entry has been added or deleted from any of these tables?
[440 byte] By [A .] at [2007-11-9 21:09:07]