NeoGames interview question

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

Interview Answer

Anonymous

28 Mar 2022

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