/*Task 1"*/ SELECT concat(Name, ' is on the team ', Team) name_team from Soccer_Players SELECT name, `Salary(Millions)` from Soccer_Players order by `Salary(Millions)`
Francisco Cruz
/*Task 1"*/ SELECT concat(Name, ' is on the team ', Team) name_team from Soccer_Players SELECT name, `Salary(Millions)` from Soccer_Players order by `Salary(Millions)`