Hello
Last year I have created a Z table, say, its name is Z_TABL_1, its working fine, say, there is around 1000 entries in PRD, well
Last week I have created another 2nd Z table, its name is Z_TABLE_2, now it has 50 entries in PRD
In both tables the key field os the same (VISITOR_NUMBER) and there is only one key field in both tables, its the same
When creating the 2nd table I forgot to specify the CHECK table relationship in 2nd table refering 1st table, I mean, dependent table is 2nd whereas reference is 1st table
Pls. let me know now at this point (being both tables are holding data in PRD environment) can I go ahead and specify the 1st table as CHECK table in 2nd table, is it safe? I mean, loosing of data perspective is it OK? we don't loose data in any table right?
I am sure that VISITOR_NUMBER is unique and wht ever we have in 2nd table we do have in 1st table
Thank you