Multiple Choice
What will the following expression match to? Name LIKE '_e%'
A) all strings in the Name column that end with "e".
B) all strings in the Name column whose second to last letter is an "e".
C) all strings in the Name column that start with the letter "e".
D) all strings in the Name column whose second letter is an "e".
Correct Answer:

Verified
Correct Answer:
Verified
Q5: What does the following statement do?<br>String prodCode
Q28: If your program needs to look at
Q31: The _ clause is used to select
Q56: Based on the table below, the query
Q57: In the table below, the _ correspond(s)
Q60: What is wrong with the following statement?
Q62: The outcome of a SQL query is
Q64: Beginners are afraid of issuing complex SQL
Q65: In a Java program, the result of
Q66: What is wrong with the following statement?