Database systems and models Project description Design a SQL query that will allow the finance department to determine commissions paid to specific employees of the sales department for the month of december. This will require generating the following tables with SQL: Employee, Invoice, Invoiceline, Product, Department, Job. Determine and explain […]