I have a table with primary key defined as a person's first and last name- so it only allows one instance of each persons name in the table. I was wondering if it is possible to make a column which is always the concatanation of this first and last name - hence make this a singular primary key instead of two?
The reason I want to do this is as it is having difficulty dealing with intersection tables with multiple primary keys.
Thanks
Handford
The reason I want to do this is as it is having difficulty dealing with intersection tables with multiple primary keys.
Thanks
Handford