I want to create a database that has a master table with one key column, but subsequent child records have primary keys of 2 columns, with one of those relating back to the master table. This is standard relational design, but I don’t see whether I ...