Mysql : Join/Relating two tables

I have two table \[code\]1. Airline -id(primary), name2. Form - id(primary), operator, other unwanted fields\[/code\]I want to relate Airline.name to Form.operator. Is it possible since Form.operator is not primary key, if yes give me the query.Can some one also guide me as how will the cakephp model relation be in this case
 
Back
Top