There's another so-called wildcard that we can use with the LIKE operator, which fills in for any single character.
Fantastic! We can use the _ sign to look for records with a name field that consists of three characters and ends with 'in'.
Is that really another wildcard?