Katya85S
Programmer
- Jul 19, 2004
- 190
In a database the data was stored for customer satisfaction records. Now users want to have the same table structure, accept for Dissatisfaction records. There are two ways to accomplish this: either add a column specifying “Dissat” or “Sat” records to the existing table or create a new table identical to the existing one that will collect “Dissat” records. It seems to me that the 2-table approach should run queries faster, due to fewer numbers of records per table. But at the other hand there could be more advantages of having all the data in one table. Which approach is considered to be more efficient?
Thank you all in advance.
Thank you all in advance.