SQL - Table Relationships
Given entities
Employee(emp_id, name) and Department(dept_id, dept_name) with a one-to-many relationship (one department has many employees), which table structure correctly represents this?