The document outlines a task to code in C# using Visual Studio to create a customer.mdf database and populate it with 4 records. It requires building a WPF application that can add, modify, find, and delete records in the database, as well as generate various reports based on customer data. Specific queries include displaying all customers and addresses, sorting by first name, listing customers from Canada, and sorting by company name.