I have 3 tables that I am searching through. There is a people table, a phone numbers table and an address table. The user is inputting information from a web site and runnint the pl/sql procedure. My question is: what would be a select statement that would search for the first name of a person, then print out all info from the phone and address table that has the same id (primary key) as the id of the row with the person in it. Thanks in advance.