Honestly, if it were some 20 years ago, what would you be doing instead if their were no personal computers and cell phones or playstations/x-boxes, etc.
Pass: SELECT * FROM entry_influ WHERE date_period = 201010021
Pass: SELECT * FROM entry_influ WHERE name = 'Coffee - Decaf'
Fails: SELECT * FROM entry_influ WHERE date_period = 201010021 AND name = 'Coffee - Decaf'
The values in this code for date_period and name, are in the same record. That...