Create a view named Top10PaidInvoices that returns three columns for each vendor: VendorName, LastInvoice (the most recent invoice date), and SomOfInvoices (the sum of the InVoiceTotal column). Return only the 10 vendors with the largest SumOfInvoices and include only paid invoices.