Which of the following best describes the format of data returned by a Cosmos DB query when using the PostgreSQL API?
XML, since XML is a widely used format for data interchange.
JSON, because Cosmos DB internally stores data in a JSON-like format, regardless of the API used.
Binary data, encoded in a PostgreSQL-specific format.
Tabular data, since the PostgreSQL API transforms the data to resemble traditional SQL results.
Cosmos DB internally stores data in a JSON-like format, regardless of the API used.