1
I have two tables in SQL and I need to perform a search. The tables and fields are:
Employees: code and employee name Team: 'codigoEquipe' and 'functionRegistered', where 'functionRegistered' is linked to 'code' of the Workstation table;
The result displayed must be the 'codeEquipe' of the selected team and 'functionName'.
How do I do this research?
Failed to put the nickname on the table Employees at the time of making the INNER JOIN
– Tácio Brito