Inserting an ID column to an existing table
I'm relatively new to Oracle, and am currently working on an application for APEX. However the table I've been given doesn't have an ID column which I need so I can have a good Primary Key for a form. How would I go about inserting the ID column so that it generates a unique ID to the existing data?
0