Database has 4 tables
tabela 1
|escola|descricao|
tabela 2
|matricula|nome|estado|
tabela 3
|matricula|escola|posicao|
tabela 4
|matricula|diretor|nome
I need to do a search by state (in table 2) and return the results:
Enrollment, name, school and description
Can anyone help me? I tried to be clear on what was possible.