Querying data in a cloud file through a Snowflake external table
This example describes how to query data stored in a cloud file through a Snowflake external table.
In this example, the file contains the following records.
{"id": "1", "name": "Josephine", "address": "Brighton"}
{"id": "2", "name": "Leota", "address": "San Jose"}
{"id": "3", "name": "Cammy", "address": "Laredo"}