I have two tables.
FIRST Table "Player" contains:
Player_id;
Name;
Surname;
SECOND Table "Substitutions" contains:
Sub_id;
In_player_id;
Out_player_id;
And now i want to print name and surname of in_player_id
and of out_player_id
using select
in sql
language