I know how to create a table with those voters and no others
I do hope I misunderstand you in such that you're not creating separate tables per requested query ;)
You basically should have 2 tables, one with voters info, one with votes.
Tables should have a one to many relation.
Now if you...