Question: What does this SQL statement return?
- all names starting with "to," such as Tommy or Tony
 - all names with "to," such as Roberto and Tommy
 - all names without "to," such as Samantha or Kathryn
 - all names ending with "to," such as Roberto
 
Answer: The correct answer of the above question is Option A:all names starting with "to," such as Tommy or Tony