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...
Continue reading...