Philip is a huge fan of football, he has a Go program that creates an in-memory SQLite database with the players table that has records of his favorite football players.
After creating the in-memory players database, Philip wants to retrieve the firstPlayer and the lastPlayer from the database, and then print the players' Name, LastName, and the Team they are currently playing on, for example:
Lionel Messi Paris Saint-Germain
Your task is to help Philip write the required additional code to retrieve the firstPlayer and the lastPlayer from the database and then print the players' data.