How do I…
- get records from table
- get the top N records
- get records from given table where <conditions> (how to specify equals, not equals <, >, <=, >=, in/not in etc)
- get records from table where order by
- how to use the iterators, and when
- new (create) record
- read in record
- delete record
- amend record
- OO queries - background, how to build one, when is good to use one, when isn't.
- Use filters
- How to write your own queries in a gateway
- How to deal with subqueries i.e. can reactor do them, or is it something you need to write a method for in a gateway etc.
