I have a join table and I would like to create a composite primary key for it, like so:
PRIMARY KEY ('table1fk' , 'table2fk')
How would I do this via the SAP PowerDesigner table/column editor?
I have a join table and I would like to create a composite primary key for it, like so:
PRIMARY KEY ('table1fk' , 'table2fk')
How would I do this via the SAP PowerDesigner table/column editor?
After joining your table to the other tables, you mark the Foreign Key migrated from the other tables, as Primary Key.
Which gives the following SQL script: