Problem
Within the Orders schema, without using a WHERE statement, write a single SQL statement that shows the following data: - From the CustomerOrder table, show the OrderID and TotalPaid - From the ShipmentMethod table, show the shipment mode. - Hint, you'll need to make use of the 'ON' command.