Design a one-to-many relationship: each department has many employees, but each employee belongs to
A medium Data Modeling interview practice problem on DataDriven. Write and execute real data modeling code with instant grading.
- Domain
- Data Modeling
- Difficulty
- medium
Problem
Design a one-to-many relationship: each department has many employees, but each employee belongs to one department. Create the two tables with proper foreign key.
Practice This Problem
Solve this Data Modeling problem with real code execution. DataDriven runs your solution and grades it automatically.