QuestionQ117
Load and leverage structured, semi-structured, and unstructured dataConsider this SQL command:
SELECT -
weather:station.element
FROM -
weather_data;
What is the name of the column from which data is selected?
Consider this SQL command:
SELECT -
weather:station.element
FROM -
weather_data;
What is the name of the column from which data is selected?
Community Discussion