How to link foreign keys & primary keys using python?

MTD marc.t.davies at gmail.com
Fri Jun 9 10:16:47 EDT 2006


Your post is confusing. Here is my advice: investigate the use of
dictionaries. Dictionaries can allow you to define data in the form {
key:data }, e.g.

{ area_code : area_data }

{ (area_code,school_code) : school_data }

{ (school_code,student_code) : student_data }




More information about the Python-list mailing list