I am just getting started and have a question about linking tables. I am using myPHPAdmin to build my tables.
As I understand tables are linked by using the primary key from another table as a column in the current table. However, since keys are usually numbers that are hard to remember, it appears that it will be tedious to access the key from the other table. The only way I can think of to do it is to print a copy of the other table and use it as a reference. Is there any electronic way to grab the key and insert it into the current table? Is there a way in myPHYAdmin to click on the key in the other table and insert it?
