What happens when you run this statement?INSERT INTO t (id, total) VALUES (1, 999); -- total is GENERATED ALWAYS AS (qty * price) STORED