Answer:
False
Explanation:
Creating multiple records for each employee on different projects and different managers would not make the database normalized.
But, we can create foreign keys for different projects and mangers, and assign to each employee.
The list of projects can be created on another table and linked to each employee via the foreign key.