
→ Constraints
→ Create
→ Change the default constraint name as
Raak-LEDGER-Master-Pk as constraint name
→ select Primary Key as Constraint Type
→ select Record-id in Primary Column 1
→ NEXT → FINISH Script for creating Primary Keys:
Generally these types of the constraints will be created at the time of creating the table itself, If not done, then the table needs to be altered as follows:
"ALTER TABLE RAAK-LEDGER-MASTER ADD CONSTRAINT "RAAK-LEDGER-MASTER-PK" PRIMARY KEY ("RECORD-ID")"
For other two tables Table name, constraint name alone need to be changed since in both the tables, record-id is the primary key column,
Go to the Home → SQL Workshop → SQL Command
Window … type
ALTER TABLE RAAK-TRANS-MASTER ADD CONSTRAINT "RAAK-TRANS-MASTER-PK" PRIMARY KEY ("RECORD-ID") CLICK RUN will alter the table
Describe what you're looking for in as much detail as you'd like.
Our AI reads your request and finds the best matching books for you.
Popular searches:
Join 2 million readers and get unlimited free ebooks