To find pc's with the hotfix installed:
select distinct computername from tblQuickfixEngineering where hotfixid = 'kb925876'
No hotfix:
select computername from tblcomputers where computername not in (select distinct computername from tblQuickfixEngineering where hotfixid = 'kb925876')