From SQL Server
Relational tables become collections of JSON documents; rows that you’d
spread across normalised tables can be embedded as nested objects and arrays.
Familiar SQL SELECT/JOIN/GROUP BY still applies, now over document paths.
A type-mapping table and a bulk-load walkthrough are being built out.
Last updated on