SELECT name FROM friends WHERE name LIKE "P_t%"

The friends table has the following data:

What will be the result of the following statement:

SELECT name FROM friends WHERE name LIKE “P_t%”

The friends table has the following data:

What will be the result of the following statement:

SELECT name FROM friends WHERE name LIKE “P_t%”

A.
The result depends on the type of the name column.

B.
An empty set

C.
Phillip, Patrick, Peter

D.
Patrick, Peter

E.
Pavel, Peter



Leave a Reply 0

Your email address will not be published. Required fields are marked *