InterviewSolution
| 1. |
Explain The Difference Between Pool Tables And Transparent Tables? |
|
Answer» Transparent tables: It has one to one relation with the table in the database. Its structure corresponds to single database FIELD. Pooled tables: It has many to one relation with the table in the database. Pooled tables are stored at the database level. Basic LIST: For simple reports Statistics: For Percentage, AVERAGE ETC. Ranked List : For analytical reports Transparent tables: It has one to one relation with the table in the database. Its structure corresponds to single database field. Pooled tables: It has many to one relation with the table in the database. Pooled tables are stored at the database level. Basic List: For simple reports Statistics: For Percentage, Average etc. Ranked List : For analytical reports |
|