When doing the following query
select * FROM conta
It brings up the columns, with id_fornecedor
coming from the fornecedor
table
id | id_fornecedor | conta_status
1 | 1 | S
I'd like to bring the name of it as well as id_fornecedor
.