Yeah, that's an actual SQL statement that you can use to search an Employees table for records that have a FirstName matching the user_input in the form of *input* (if you're familiar with Windows wildcards). % is a SQL wildcard character. So %ell% matches hello, as well as jello.