Junction between categories
问题 I am making a database for a freelance sign language interpreter. I have a subject table tblClient which holds information regarding the freelancer's clients. There is a lookup table tlkClient ClientType showing the various types of clients (categorized on condition -- deaf, deaf/blind, etc). There is also a table called tlkClient Modality. In this table are the different types of sign language offered by the interpreter. You can pick the client's preferred modality from the Client table. Now