Question d’entretien chez NeoGames

1. Write an SQL query that will return players whose name contains "QA" and their browser:

Réponse à la question d'entretien

Utilisateur anonyme

28 mars 2022

select * from Players Where Playername like ‘%QA%’