Welcome Everyone,
I am new on this forum, and I am looking forward to learn some tricks related to SQL via MS Access.
I have a following table:
create table Company
(Id numeric primary key,
FirstName varchar(50),
LastName varchar(50)
)
And now, I would like to drop my Id column with the...