- Hands-On Data Science with SQL Server 2017
- Marek Chmel Vladimír Mu?n?
- 170字
- 2021-06-10 19:14:02
Working with JSON
JSON, or JavaScript Object Notation, is a popular format these days for exchanging data among various endpoints. The most common usage of JSON is on mobile and web services. JSON is also used to store data for NoSQL databases, such as the Azure Cosmos DB. While it might seem that, with NoSQL and JSON, we work with unstructured data, only it's actually not the case. The data has a structure, only it's schema agnostic and the storage schema is defined by JSON itself, based on the content.
SQL Server has supported working with JSON since SQL Server 2016. Unlike XML, however, JSON is not the native data type in SQL Server. You can, however, use many SQL Server functions and operators to work with JSON text and perform the following:
- Parse JSON text, and read or modify values
- Transform arrays of JSON objects into a table format
- Run any Transact-SQL query on the converted JSON objects
- Format the results of Transact-SQL queries in JSON format
推薦閱讀
- Deep Learning Quick Reference
- Python Artificial Intelligence Projects for Beginners
- 輕松學PHP
- Natural Language Processing Fundamentals
- 數據挖掘實用案例分析
- Expert AWS Development
- WordPress Theme Development Beginner's Guide(Third Edition)
- Blender Compositing and Post Processing
- 工業機器人操作與編程
- 人工智能實踐錄
- Mastering Ceph
- 生成對抗網絡項目實戰
- 機床電氣控制與PLC
- 工業機器人入門實用教程
- Creating ELearning Games with Unity