Its very basic question,I want to implement or create validation rule to identify primary key and composite primary key before loading it to table.
Any help will be much appreciated.
For Ex:
Composite primary key : If column A and column B is declared as composite primary key.
A | B | C |
---|---|---|
1 | X | 10 |
1 | x | 20 |