Problem Description

Employees(emp_id, emp_name, dept_id, dept_name). Show 3NF decomposition.

Input Format

SQL DDL

Output Format

DDL statement(s)

Sample Test Case

Input:
Employees contains dept_name
Output:
Two tables

Constraints

dept_name depends on dept_id

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next