This might be a silly question, but here goes:
Is there a standard or best practice, which specifies in what order the foreign key columns in a table should?
I for one like the idea of the PK being the very first column in the table, followed by all the foreign keys, and then the columns thats relevant to that table..
Other way of doing it is having the PK as the very first column, then all the supporting columns, and then all foreign keys...
I guess it really doesn't matter, but I would like to get a standard across my organisation for this...