Hello, I know it's more or less like this in 2nd print and with the Inner join but I'm not getting it.
I'm using MySQL Workbench and more when I finish this I want to move to C #.
I have this question, I have already joined the 4 tables processos
tarefas
tipos
tecnicos
in the registos
table.
Primary keys are the same as foreign keys, primary key of processos
= id_processos
, primary key of tarefas
= id_tarefas
, primary key of tipos
= id_tipos
, and primary key of tecnicos
= id_tec
.
The primary key of registos
= id_registos
.
Now I need help getting the value of the 4 tables into text instead of Int.
NOTE : If I need more information I give!
It's something like the 2nd Print!
Prints: