0
_ (underscore) is used in like for single character search while % is used for multi character search.
but what if your string/ data contains an underscore?
this code is escaping the _ as search search character and is only searching for records having underscore (_) in the data.