Pergunta de entrevista da empresa NeoGames

2. Write an SQL query that will summarize the balance for all Chrome players whose name start with "QA":

Resposta da entrevista

Sigiloso

28 de mar. de 2022

SELECT COUNT (*) FROM Players Where PlayerName like ‘%QA%’_