I have a table that is updated from an Excel Spreadsheet. This table does not contain a field for primary key, is there a way to add a primary key field to an existing table.
I need to do this because when the table get updated, there are times that the update is either wrong or contains errors and the data has to be deleted. I am thinking a primary key makes it easier to locate new information added and then deleted if need be.
I need to do this because when the table get updated, there are times that the update is either wrong or contains errors and the data has to be deleted. I am thinking a primary key makes it easier to locate new information added and then deleted if need be.