| Table Instance Chart Question [message #569151] |
Sun, 21 October 2012 11:29  |
 |
migoysplace
Messages: 4 Registered: October 2012
|
Junior Member |
|
|
Whenever you're trying to create a table instance chart,
and if theres 3 primary keys(composite keys). Do u put in the table instance chart
as PK1, PK2, PK3 for the 3 primary keys?
And also if theres 2 foreign keys in the table,
do u put in as FK1, FK2 on their key types?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Table Instance Chart Question [message #569188 is a reply to message #569155] |
Mon, 22 October 2012 08:54  |
c_stenersen
Messages: 253 Registered: August 2007
|
Senior Member |
|
|
I would say that you should write only PK. Don't add any number such as PK1, PK2, PK3. It doesn't really make any sense since as Michel says, there's only one primary key on the table.
And yes, I think this is in the wrong forum. I had to google it to find out what exactly a table instance chart was. (It's not an expression I have used for this before.) But this is something you draw to show the structure of the db, and not something linked to problems with actual code written.
|
|
|
|