Hacker News new | ask | show | jobs
by filmor 933 days ago
SQL is built for relational/tabular data, JSON is not relational and usually not tabular.
1 comments

Well there is nothing saying you can't put relational data in json format.
But that wouldn't help query arbitrary JSON files which was the point.