1.

What Are The Different Parts In The Basic N1ql Query?

Answer»

A basic N1QL query has the following parts:

  • SELECT — The FIELDS of each document to return.
  • FROM — The DATA bucket in which to LOOK.
  • WHERE — The CONDITIONS that the document MUST satisfy.

A basic N1QL query has the following parts:



Discussion

No Comment Found