I have a table called "PersonalData".
There are 3 fields:
FirstName, LastName, Salary..
I need to add an index key to the table in order to make the query I am using work. How to I go about adding "ID" as a primary key and making it an index so that it auto-generates the number (1,2,3,4 etc..)
Thanks for any help on this!!
There are 3 fields:
FirstName, LastName, Salary..
I need to add an index key to the table in order to make the query I am using work. How to I go about adding "ID" as a primary key and making it an index so that it auto-generates the number (1,2,3,4 etc..)
Thanks for any help on this!!