Respuesta :

The percentage sign represents zero, one, or a couple of characters. The underscore represents a single wide variety or a character. The wildcard character, the underscore, would match a single character.

What do you know about LIKE logical operator?

SQL Server LIKE is a logical operator that determines whether a character string fits in a separate sample. A pattern may also include ordinary characters and wildcard characters.

The LIKE operator is used withinside the WHERE clause of the SELECT, UPDATE, and DELETE statements to clear out rows primarily based totally on sample matching.

Thus, Underscore(_)LIKE logical operator would match a single character.

learn more about LIKE logical operators here:

https://brainly.com/question/24833629

#SPJ1