Illustrates use of arithmetic expressions and string pattern
matching:Find tuples (of
ages of sailors and a new field defined by an expression) for
sailors whose names begin and end with B and contain at least two
characters.
ASis a
way to name a field in result.
LIKE
is used for string matching. `_’
stands for any one character, '*'
and `%’
stands for 0 or more arbitrary characters.