Write a SELECT statement that returns these five columns in the result set vendor name customer last name customer first name vendor state vendor city The vendor name column from the Vendors table The customer last name column from the customers table The customer_first _name column from the customers table Vendor state as state Vendor city as city Show transcribed image text Write a SELECT statement that returns these five columns in the result set