Pages

How to add primary key to a table?

Example: Add primary key to students table on ID column.

ALTER TABLE students ADD CONSTRAINT "StudentsPrimaryKe" PRIMARY KEY (ID)

No comments:

Post a Comment