Google News
logo
CouchDB - Interview Questions
What Is N1QL?
N1QL happens to be a query language or the non-first usual form of the query language. It is purposed to manipulate JSON data in the Couchbase server. Some of its statements to operate the JSON data are as follows:
 
* INSERT
* DELETE
* UPDATE
* MERGE
* SELECT
Advertisement