MySQL scans the whole employees table to find employee whose first name starts with character a and followed by any number of characters.
To search for employee whose last name ends with on e.g., Patterson, Thompson, you can use the % wildcard at the beginning of the pattern as the following