I. Introduction
Apriori is the first algorithm of an association rules discovery for static databases that was developed by Agrawal et al [1]. Unfortunately, Apriori has to re-mine a whole database when new transactions are inserted. There are many researchers solved this problem by propose Apriori based algorithm [2], [3]. Fast Update algorithm (FUp) [2] is a well-known algorithm that can efficiently deal with incremental database case. Furthermore, the Incremental Maintenance of Association Rules under Support Threshold Change algorithm (IMSC) [3] is designed to maintain a change of a minimum support threshold as well. Nevertheless, both algorithms have been designed just a single level association rules discovery.