Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Basic 18
There was no need to use any nulls, as you already knew how many columns there were , you could have just used numbers.
As for the wildcards, * can only be used as a wildcard in a full text search, while % (match 0 or more characters) and _ (match exactly one character) are only applicable in LIKE-queries.