0
I have two tables: Department with id and name
Telephone contains id_department and extension
I have already registered a department and some extensions where the id_departamento refers to the registered department
In Postgres, how would select for me to get all extensions related to the Department that I registered?
Thank you Arthur, it worked right. Hug
– Ramon