The assignment is about querying a database called 'assignment5' using SQL statements. It contains 11 queries that retrieve various information from the database, including sums of line totals for each invoice, customers with balances greater than 200 but less than 300, and products that sold more than 10 units. The queries also include natural joins and having clauses to filter results.