Using the Ch07_SaleCo database, write a query that will retu…
Using the Ch07_SaleCo database, write a query that will return the customer first name (labeled as “First Name”), customer last name (labeled as “Last Name”), invoice number, and invoice date for all invoices dated Jan. 16, 2022. Use a join in the SQL statement. Enter the SQL statement below.