What is RQL?

devquora
devquora

Posted On: Feb 22, 2018

 

RQL stands for Raven Query Language is similar to any SQL language.It is used to get the data from the server when any queries are being executed.It is specially designed to take out from outside any query pipeline of RavenDB in such a way that is easy to understand, simple to use, and not hard to work for the user.

    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 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..

    RavenDB Interview Questions

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

    The keyword declares provides the users the ability to create any JS function, which can be reused with the help of se..