Wrap Up

We now have some basic understanding:

1 1. ReQL always starts with `r`.
2 2. ReQL is tie to your language depend on language driver.
3 3. Default database
4 3. Find an document by its primary
5 4. Access table data and filter data by some condition
6 5. Access nested field

We will learn more about advanced query in other chapter. For now, let’s move on and try to write some data into RethinkDB.