News

With SQL Server 2016, it now makes sense to store JSON objects in your database (even though there’s no JSON datatype). Here’s how to query JSON properties to find the rows you want. It’s not unusual ...
For more than 40 years, SQL has provided a standard way to query structured data. However, much of the data being generated and stored today exists in semi-structured formats, like JSON, which doesn’t ...
Couchbase Inc., long the champion of its "world's highest-performing NoSQL distributed database platform," has apparently decided that this SQL stuff isn't so bad after all, having announced a new ...
While the data PunchTab stores is semi-structured binary JSON (or BSON), Ait Oufikir wanted to enable his customers to analyze it using traditional SQL techniques. And because all of PunchTab’s IT ...
At the Couchbase Connect 2015 conference today, Couchbase revealed that it has developed an implementation of SQL that can be applied to a document database based on the JavaScript Object Notation ...
Long synonymous with relational databases, Oracle wants to tell developers that it's not only for SQL programmers or priced just for enterprises. And so, it's announcing a new JSON-only document ...
Why is the language developers and DBAs use to organize data such a mess? Here are 13 reasons we wish we could quit SQL, even ...
In the last Mongo Matters column, we looked at MongoDB’s new SQL interface for querying data in MongoDB Atlas. Almost all of the “NoSQL” databases today support some form of SQL interface in order to ...
Ever since Oracle extended its self-driving database and aggressively priced it for JSON developers, we've been wondering when they would come out and meet MongoDB developers where they live.
JSON has stolen some of XML's thunder with features such as human and machine readability, a lightweight, compact text structure and support for many software and hardware platforms. JSON (JavaScript ...