Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
-- In an orders table: -- order_id -> customer_id (each order has one customer) -- order_id -> total (each order has one total) -- customer_id -> customer_name (each customer has one name) -- Transitive: order_id -> customer_id -> customer_name -- This transitive dependency violates 3NF
Result
Open