Given 2 SQL tables: users with (name,userid), blacklist with (userid), create a sql query that will only allow non-blacklisted users to login.
Anonymous
Try to avoid language specific syntax; they use MySQL, so that would be a good place to start.
Check out your Company Bowl for anonymous work chats.