Aggregation Path Indexing

In relational databases tuple sets (represented by tables) are linked by the application of the so called join operator. Consequently, any relational query involving more than one table usually contains explicit joins. For example let us assume a query involving Staff and Department, in particular, the retrieval of the names of staff persons working in the Process Automation department. Comparing the SQL-style query