40.
If attribute "fruit" stores data as "apple, mango, banana" in table person then what will be the output of the following SQL command?
SELECT fruit FROM person
WHERE person_id=1
ORDER BY fruit;