? write a select statement that returns all columns from the vendors table inner-join with the Invoices table
? Write a select statement that returns five columns fromm three tables, all using column aliases (Vendor, Date, Number, #, LineItem), then Assign the following correlation names to the tables (v, i, li), sort the final result by Vendor, Date, Number and #