I want you to experiment with some of the other querying elements in chapter #3. You should develop examples that show you can do the following:

 

  1. Use the between in a query
  2. Use group by in a query
  3. Do a calculation in a query
  4. Use an aggregate function in a query
  5. Do concatenation in a query
  6. Use the expression builder
  7. Do a append
  8. Do a delete
  9. Do an update
  10. Use the IIF to make a decision in a query