QUESTION POSED ON: 15 October 2008
How can we retrieve data from two tables, when one of the tables
has two foreign keys pointing to the same primary key of another table?
For example, TableA has two columns, Parent_ID and Child_ID.
TableB has two columns, ID and Name. How can we retrieve data
and show it as Parent_ID, Parent_Name, Child_ID, Child_Name.
|