InterviewSolution
| 1. |
What Is Rql? |
|
Answer» 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. 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. |
|