Multiple Choice
The following SQL query:
SELECT lastName FROM Authors
WHERE lastName LIKE '%e_'
A) selects from the table Authors the lastName fields which start with any single character followed by an 'e', then any number of additional characters.
B) selects from the table Authors the lastName fields which start with either the letter e followed by any number of additional characters.
C) selects from the table Authors the lastName fields which constist of any number of characters followed by an 'e' and any single character.
D) selects from the table Authors the lastName fields which end with the letter 'e'.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Each table column in a relational detabase
Q3: A relational database table consists of rows
Q4: The SQL keywords ASC and DESC are
Q5: There is a(n) _ relationship between a
Q6: Sun's branded version of Apache Derby, a
Q7: The _ SQL statement is used to
Q8: The _ is a logical representation of
Q9: SQL is a _.<br>A) relational database<br>B) non-relational
Q11: The following SQL query:<br>SELECT * FROM TableName<br>A)
Q12: MySQL functions on the _ platform.<br>A) Windows<br>B)