Hi All,
I have to create one table and the data stored in the table would be something like this
ID 1 2 3 4 5 6 7 8 9
Step 1 1 1 2 2 3 3 3 3
Role 1 2 3 1 2 1 2 3 4
The ID is always unique. One step can have more multiple Roles.
May I have some suggestions on how to create the table constraints and indexes?
Thanks in advance
-techiPA
I have to create one table and the data stored in the table would be something like this
ID 1 2 3 4 5 6 7 8 9
Step 1 1 1 2 2 3 3 3 3
Role 1 2 3 1 2 1 2 3 4
The ID is always unique. One step can have more multiple Roles.
May I have some suggestions on how to create the table constraints and indexes?
Thanks in advance
-techiPA