Example Data Model

The data model in this example is very simple - there is a single database table that contains details of flight connections - an airline, flight number, details of the departure airport and the destination.
Not included in the figure are additional fields that the RAP runtime needs in order to manage concurrency control. We will look at these a little later on.
Let's see how to define a database table.