String Functions1 / 10
EASY·Output prediction
What does this query return?
SELECT REPLACE('foo bar foo', 'foo', 'baz');Sign in to save your progress.
What does this query return?
SELECT REPLACE('foo bar foo', 'foo', 'baz');Sign in to save your progress.