The UPDATE statement changes the values of specified
columns, in selected rows, in a table in an external database.
For further information about handling database errors, see Capturing database state.
UPDATE Database.StockPrices AS SP SET PRICE = InputBody.Message.StockPrice WHERE SP.COMPANY = InputBody.Message.Company