[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to add a FOREIGN KEY to an existing table?

  • Thread starter Thread starter Jyothi Sundaragiri
  • Start date Start date
Status
Not open for further replies.
J

Jyothi Sundaragiri

Guest
Adding a primary key to Customer table solves the problem. Syntax to create Primary Key is : ALTER TABLE PUB."Customer" ADD CONSTRAINT CUSTOMER_PK PRIMARY KEY ("Cust_Num");

Continue reading...
 
Status
Not open for further replies.
Back
Top