だから私は2つのテーブルを持っています
Person(personID, first_name, last_name);
Relation(relationID, child_personID, parent_personID);
personIDとrelationIDはどちらも主キーです。child_personIDとparent_personIDはどちらも外部キーです。
クエリを実行したいので、子と親の両方の名前と名前を取得します。
child.first_name child.last_nameおよびparent.first_name、parent.last_name