Have you established what tables you need and how will they be related?

Once you've done that creating the database should be straightforward.

As far as I can see the basic structure would consist of 3 tables, employees, courses and employee/course.

The employee/course table would link the employee and courses table.