The example system involves four main tables:
companies - which tracks company name and address
products - one entry per product with a code and a description
orders - with company,product,quantity and order,delivery and payment dates
diary - which records changes to the other tables in addition to users' notes.
Most examples use these tables - definitions are given at the [data-definitions|end of document].