Problem Description

CustomerProfile(customer_id, name, city, state, state_code). state_code depends on state. Show 3NF tables.

Input Format

SQL DDL

Output Format

DDL statement(s)

Sample Test Case

Input:
CustomerProfile
Output:
Decomposition

Constraints

Remove transitive dependency

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next