SQL LIKE – Oracle LIKE Operator – SQL Syntax Examples
The reserved word
LIKE in Oracle SQL represents an operator that performs some basic matching on text.
LIKE provides a utility to conduct simple text pattern matching without the full power regular expressions, and hence, is simpler than using regular... 


