Resolved! Data storage in base table and extended table
When a table is extended, it inherits all the columns from the table it is extending. When we store data in extended table, records are created in base table as well. My question is on the data stored for columns that are in the base table. The data ...