2021-10-18 12:11:02 -04:00

11 lines
436 B
Markdown

# Practical SQL, 2nd Edition
### A Beginner's Guide to Storytelling with Data
[PracticalSQL, 2nd Edition](https://nostarch.com/practical-sql-2nd-edition/) by Anthony DeBarros is [available from No Starch Press](https://nostarch.com/practical-sql-2nd-edition/).
### Chapter 16: Working With JSON Data
Introduces the JavaScript Object Notation data format and how it's supported within PostgreSQL via data types and query operators.