1.

Differentiate between transparent and pool tables.

Answer»
Transparent TablePool Table
It has ONE to one relation with the database tableIt has many to one relationship with the database table
It contains only a SINGLE tableIt contains a LARGE number of small tables
Stores master dataStores customizing data or system data
A SECONDARY index can be createdA secondary index cannot be created
Can be accessed using Open and NATIVE SQLCan be accessed only using Open SQL
The database table will have the same name, the same number of fields, and the same field namesThe database table will have a different name, different number of fields, and different field names


Discussion

No Comment Found