Interview Questions

What keyword does an SQL SELECT statement use for a string search?

COBOL SQL Interview Questions


(Continued from previous question...)

What keyword does an SQL SELECT statement use for a string search?

The LIKE keyword allows for string searches. The % sign is used as a wildcard.

(Continued on next question...)

Other Interview Questions