Experis India interview question

When do you use a LIKE statement?

Interview Answer

Anonymous

Oct 11, 2017

For example if you want to search employee by name, you need not specify the complete name instead of that we can use LIKE, you can search for partial string matches.