Are you sure you're getting this? Click the correct answer from the options.
What would be the output of the following query:
TEXT/X-SQL
1SELECT MIN(City)
2FROM Person;Click the option that best answers the question.
- Berlin
- New York
- Valencia
- Alex

What would be the output of the following query:
1SELECT MIN(City)
2FROM Person;