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:

Verified
Correct Answer:
Verified
Q31: The _ clause is used to select
Q32: When you first get a result set
Q33: The acronym JDBC stands for _:<br>A)Joint Data
Q34: All database URLs have the format:<br>A)jdbc:subprotocol:driver-specific data<br>B)jdbc/subprotocol/driver/data<br>C)oracle.jdbc.driver.OracleDriver<br>D)c:\jdk1.7.0\db\lib\driver.jar
Q35: Which of the following would be a
Q37: To fetch a column in a result
Q38: What should the database.properties file contain so
Q39: Why should we use try-with-resources to open
Q40: The outcome of a SELECT query is
Q41: How does a relational database store information?<br>A)Arrays<br>B)Linked