I have two tables in SQL and I need to perform a search. The tables and fields are:
Employees: 'code' and 'EmployeeName' Team: 'CodeEquipe' and 'RegisteredEngine', where 'RegisteredEngine' is linked to the 'Code' of the Employees table;
The result displayed should be the 'teamcode' of the selected team and 'teamname'.
How do I do this search?