like operatoryou use the like operator to compare


LIKE Operator

You use the LIKE operator to compare the character value to a pattern. The Case is significant. LIKE returns the Boolean value TRUE when the character patterns match or FALSE when they do not match.

The patterns matched by the LIKE can involve two special-purpose characters known as the wildcards. An underscore (_) matches precisely one character; a percent sign (%) matches zero or more characters. For illustration, if the value of ename is ’JOHNSON’, then the following expression is true:

ename LIKE ’J%SON’

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: like operatoryou use the like operator to compare
Reference No:- TGS0172507

Expected delivery within 24 Hours