Practice Exercises on Normalization
Test your understanding of normalization with these technical questions.
We'll cover the following...
We'll cover the following...
Problem 1
The OnlineStore wants to track employee information, including their department and manager.
An employee belongs to one department, and each department has one manager (who is also an employee). A poor design would be a single Employees table: (EmployeeID, EmployeeName, ...