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