Before the next video, can you please run the following code:

Update tblEmployee
Set EmployeeMiddleName = NULL
Where EmployeeMiddleName = ‘’

This will change blank Middle Names to NULL Middle names.

Many thanks,

Phillip