Difference between transparent tables and pooled tables? | SAP ABAP

Transparent tables: these are physical tables and having one-to-one relation with the table in database. Its structure corresponds to single database field. Table in the database has the same name as in the dictionary. these holds application data.
Pooled tables: these are logical tables and having many-to-one relation with the tables in database. Table in the database has the different name as in the dictionary. Pooled table are stored in table pool at the database level.