Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
-- Golden rules -- 1. Every table has a primary key -- 2. Every column holds one atomic value -- 3. Non-key columns depend on the full PK -- 4. Non-key columns depend only on the PK (not each other) -- 5. Use FK constraints to enforce relationships -- 6. Denormalize intentionally and document it
Result
Open