Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLINSERT UPDATE DELETESingle-choice MCQ

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';