# Introduction In this challenge, we'll use SQL statements with the MySQL client to determine the recipient of the game's MVP honor. Specifically, we must draft a statement to compare the votes of two players and display the name of the player with the most votes. Once saved in a designated file, the SQL statement should be executed in the MySQL command-line client.
Click the virtual machine below to start practicing