Transparent Table : It is used to store application data such as Master and Transactional data. We always create transparent tables only. There is one to one relationship for the table in DDIC another table with the same structure and the same name and the same fields will be created in the original data base. Pooled Tables: It should be exclusively for the storing internal control information ( Screen Sequences, program parameters, temporary data, continuous texts such as documentation ). The data from the several different pooled tables can be stored in one table pool. This is many to one relationship for many pooled tables in DDIC only on data base table will be created in the database. Cluster Tables: It should be used exclusively for storing internal control information ( Screen Sequences, program parameters, temporary data, continuous texts such as documentation ). The data from the several different cluster tables can be stored in one table clusters. This is ma...