NeoGames Interview Question

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

Interview Answer

Anonymous

Mar 28, 2022

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