Populate the table with test data to support passing the test.
USE Northwind
GO
INSERT INTO StaffMembers VALUES ('thistest_Filter', 'Mike', 'Park')
INSERT INTO StaffMembers VALUES ('ABC123', '_test_FiLtEr_', 'Vance')
INSERT INTO StaffMembers VALUES ('GHI789', 'Lynette', 'Knackstedt')
INSERT INTO StaffMembers VALUES ('DEF456', 'Gerry', 'Lundquistest_filtER')