Describe the SQL keyword LIKE and how it is used. Include a SQL statement that uses the KEYWORD LIKE based on the CUSTOMER table below:
CustNo
|
CustName
|
Balance
|
SalesRepNo
|
9870
|
Winston
|
500
|
345
|
8590
|
Gonzales
|
350
|
434
|
7840
|
Harris
|
800
|
654
|
4870
|
Miles
|
100
|
345
|