What is the syntax to add a Primary Key to an existing Production database? I have inherited a database with no Primary Keys set for anything, and I need a primary key on each table to use my ORM for an application.
I tried googling to no avail, Advantage's documentation isn't the best in the world.