Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Data Definition LangRSS Feeds

Example to add constraint of primary key in a table

Posted By: Ballard Schmidt     Category: Oracle     Views: 1726

This article provides an example to add constraint of primary key in a table.

Code for Example to add constraint of primary key in a table in Oracle

altertable course addconstraint primary_courseno primarykey(courseno);
  
Share: 


Didn't find what you were looking for? Find more on Example to add constraint of primary key in a table Or get search suggestion and latest updates.

Ballard Schmidt
Ballard Schmidt author of Example to add constraint of primary key in a table is from Frankfurt, Germany.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!