Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumSQLgenerated columnsSingle-choice MCQ

What happens when you run this statement?

INSERT INTO t (id, total) VALUES (1, 999); -- total is GENERATED ALWAYS AS (qty * price) STORED