After this UPDATE runs, what is the value of `price` for a product that had `price = 100`?UPDATE products SET price = price * 1.1 WHERE category = 'books';