Have I understood db design correctly?
- A user can have one or multiple professions
- Each profession has multiple qualifications associated with it
- A user can have none or all of these qualifications.
Are there any improvements that should be made? simplicity should be maintained. I intend to shorten table and column names.
UPDATE: is this better?