|
Answer» Difference between Pooled Tables and Transparent Tables Below are MAIN differences between Pooled and Transparent tables Pooled Tables:-(1)Here table in database has the DIFFERENT NAME as in dictionary. (2)Transparent table holds application data. (3)Pooled Tables has many-to-one relation with the table in database or we can say tables have one relation with the tables available in the database Transparent Tables:-(1)Here table in the database has the same name as in the dictionary. (2)Pooled table are stored in table pool at database level. (3)Transparent tables has a one-to-one relation with the table in database or we can say When the tables have one to one relation with the tables available in the database. (4)Its STRUCTURE corresponds to SINGLE database field.
|