Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
-- Unnormalized: orders table storing customer info -- id | customer_name | customer_email | product | price -- 1 | Alice | a@x.com | Laptop | 999 -- 2 | Alice | a@x.com | Mouse | 29 -- Problems: update Alice's email in two places -- Fix: separate customers table + FK
Result
Open