How to make the connection between PK and FK in SQL? – Postgresql
I need to make the connection with the PK from a table to its correspondent FK from another table. This is my db: I only have the case_id from the case table, and I need the case_uid from the case_test…