Consider a database where we want to store the data related…

Consider a database where we want to store the data related to a company’s EMPLOYEEs and track training COURSEs that have been completed by each EMPLOYEE. So, we have two entities: EMPLOYEE and COURSE. Each EMPLOYEE completes many COURSES. A given COURSE is completed by many EMPLOYESS.     Which is correct about the attribute “Date Completed”?