Hello,
I have a following situation.
We have two clients in development server. Table TAB1 has client as primary key so we have say 100 records in client 1 & 200 records in client 2.
I would like to remove client field & make table TAB1 as client independent.
What will happen with data when I will adjust the database table, if i select KEEP data option?
How many records TAB1 will have ?
300 records (100 + 200)
OR
100 + delta between 100 & 200
Any help would be appriciated
Regards,
Sunil Joyous