What are the uses of Declare, From and GroupBy keywords?

devquora
devquora

Posted On: Feb 22, 2018

 

The keyword declares provides the users the ability to create any JS function, which can be reused with the help of select (that is when the projection is done)

The keyword from is used to find the source data that is to be used when any query is executed. 

The keyword group by is used to create an aggregation query.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    RavenDB Interview Questions

    What are the features of RavenDB?

    RavenDB provides for the following features:Performance: RavenDB can achieve 100,000 writes per second. Moreover, one..

    RavenDB Interview Questions

    What is RQL?

    RQL stands for Raven Query Language is similar to any SQL language.It is used to get the data from the server when any ..

    RavenDB Interview Questions

    What are the keywords and methods available in RQL?

    Keywords and methods available in RQL are: DECLARE, FROM, INDEX, GROUP BY array() WHERE id(), search(), cmpxchg(), boo..