单项选择题

A.Create DDL INSERT triggers on the Employee. Task and  Assignment entities.
B.Create CHECK constraints on the Task  ID and Employee  ID attributes in the  Assignment entity.
C.Create  Foreign  Keys constraints on  the  Task  ID and  EmployeeID attributes in the  Assignment entity. Reference the Task and  Employee entities respectively. Specify the  appropriate On Delete action.
D.Create  Foreign  Keys constraints  on  the  Task  ID and  Employee  ID attributes in theTask and  Employeeentities respectively. Reference the  Assignment entity, and specify the  appropriate On Delete action.