-1
Hi, I know it’s kind of like this in the second print and with Inner Jay but I’m not getting it.
I’m using Mysql Workbench and more when I finish this I want to go to C#.
I have this doubt, I have already joined the 4 tables processos
tarefas
tipos
tecnicos
on the table registos
.
Primary key equals foreign key, primary key processos
= id_processos
, the primary key to tarefas
= id_tarefas
, the primary key to tipos
= id_tipos
and the primary key of tecnicos
= id_tec
.
The primary key of registos
= id_registos
.
Now need help to put the value of the 4 tables in text instead of Int.
NOTE: If you need more information!
It’s something like the 2nd Print!
Prints:
I need to use the 4 tables, techniques, processes, types and tasks!
– gmbc
I guess instead of showing the ID as 1 or 2 (the ID value in your table) for example I chose Goodbye which has the value 3 instead of showing 3 show Goodbye
– gmbc
Only do the Inner Join with its 4 tables as you have done with the table RECORDS and TYPES, and instead of bringing the field ID of these tables, you bring the field description of each table, which would be the field that has the "Goodbye" as in your example
– Matheus Ribeiro
my brain is bugged and I’m not able to do... has Discord?
– gmbc
I don’t have Discord, check the edition of my responsta!
– Matheus Ribeiro
What is Description and where to create that column?
– gmbc
Dude, please study something about database before you ask questions, you need to know at least the basic concept! Below I leave some links: link link
– Matheus Ribeiro
I’ve done everything on the database, only those who look at what you said don’t understand anything, try to be more specific. I just asked if the descriptions were a new column.
– gmbc
Take this two columns as an example
te.id, te.nome_tecnico
.... [te.id - Column id of the TECNICOS table; te.technical name_name - Column that has the technical name or description of the TECNICOS table;] Logo, if your TECNICOS table has the columns [ID | Name | Sex], you would dote.ID, te.Nome
... Clearer than that impossible.– Matheus Ribeiro
Voce didn’t realize what I wanted initially, but thanks for the help has already been solved.
– gmbc