Question 1. of 15

Which of the following SQL statements selects the string 'Success'?

SELECT 'Success'

SELECT LEFT('Success is all I need.', 15)

SELECT ' Success '