Solved

What Will the Following Expression Match To

Question 36

Multiple Choice

What will the following expression match to?
Name LIKE 'e_%'


A) all strings in the Name column that have at least 3 characters.
B) all strings in the Name column whose first letter is an "e".
C) all strings in the Name column that start with the letter "e" and end with underscore.
D) all strings in the Name column whose second letter is any character.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions