Use the Warehouse table, write an SQL statement to displayWarehouseID and WarehouseLocation. Note that WarehouseLocationshould be created by concatenating the WarehouseCity, a comma (,),and WarehouseState. Display the results in descending order ofWarehouseLocation.
Solution