More on methods (cont.)
nA command invocation is a form of a statement.  A query is a form of expression, since it produces a value.
nExamples:
ni = c.count();
ni = c.count() + 10;
n