# Introduction Youโve been hired to manage the "Honor Roll" database for a university. The university tracks high-performing students based on their GPA. Your task is to populate the database with student data and identify those who qualify for the Honor Roll, defined as students with a GPA greater than 3.7. You'll store these high achievers in a separate collection called `honor_roll`. This challenge will test your ability to insert data, query specific records, and create new collections based on your query results.
Click the virtual machine below to start practicing