他のテーブルの外部キーに基づいて、特定の主キーに関連するレコードを表示したい。phpを使用して他のテーブルにその主キーのレコードを表示するにはどうすればよいですか?
例えば:
table1
primary key 1: plate#1
primary key 2: plate#2
primary key 3: plate#3
table2
primary key 1: destination|route|revenue|plate# 1
primary key 2: destination|route|revenue|plate# 3
table3
primary key 1: diesel price|number of liters|plate# 1
primary key 2: diesel price|number of liters|plate# 3
のすべてのデータを表示するページをすでに作成しましたtable1
。データベースを作成したときのデータに関連するデータtable1
を表示したいのですが、すでに相互に関係があります。私の問題は、に関連するレコードを表示することです。だけのレコード、別のレコードなどを表示したい。table2
table1
table1
plate#1
plate#2