Collections
Datasets
Tools
CSV to SQL
JSON to SQL
Sign In
Name
Description
Identify normalization violations in a denormalized table and redesign it into 3NF with proper primary keys, foreign keys, and constraints.
Database
PostgreSQL
MySQL
MariaDB
Oracle
Cancel
Save
Settings
Fork this book
Notes
SQL
Tab-3
MySQL - 8.0
Oracle - 21.3.0
PostgreSQL - 17
ERD
Run Code
Read-only book
Fork to Edit
Tip: Press
Alt
+
Enter
to run SQL
SQL Output
Clear
Getting Started
1
Switch to a SQL tab and select a database
2
Write or paste your SQL in the editor
3
Press
Alt
+
Enter
to run
Quick Templates
Show Tables
Basic SELECT
JOIN Example
Create Table
Tip:
Select text in the editor to run only that portion
6. Normalize a Flat Order Table
Updated 1/25/26, 9:02 PM
Notes
SQL
Tab-3
Alt+Enter to run