I would like to know if it is possible for a foreign key to reference more than one table, for example:
customer table
PK - client code
- client name
official table
PK - employee code
- employee name
contact table
- phone
- Email
FK - contact code, customer table reference (client code), employee table reference (employee code)