218 views
0 votes
0 votes
The SQL like operator is case sensitive, but the lower() function on strings
can be used to perform case insensitive matching. To show how, write a
query that finds departments whose names contain the string “sci” as a
substring, regardless of the case.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
3