# Introduction In this challenge, we will retrieve the number of users with modify permissions from the user table in MySQL. The task requires querying the user table in the `mysql` database and saving the statement as a file named `showNum.sql` in the `~/project` directory. To verify the results, you can use the provided sample code to run the script and check the count of users with modify permissions.
Click the virtual machine below to start practicing