90
Primary Key
In Oracle, Primary key is the column which has unique values, and it cannot be null. In a table, there can be only one primary key.
Primary Key – Using CREATE TABLE statement
Syntax:
Example
Primary Key – Using ALTER TABLE statement
Syntax:
Example
Drop Primary Key
Syntax:
Example
Disable Primary Key
Syntax:
Example
Enable Primary Key
Syntax:
Example
Next TopicTutorial