Click here to Skip to main content
15,899,549 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,


could you please tell me how to create primary key for a field even it contains data values.
Posted

1 solution

Just go ahead and define a column as primary key (Through Table design or query). It will work for table with data as long as it satisfies the Primary key constraints.

Look here for conditions that the column needs to satisfy:PRIMARY KEY Constraints[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900