View Single Post
  #2 (permalink)  
Old 08-01-2008, 06:53 AM
arun arun is offline
Junior Member
 
Join Date: Jul 2008
Posts: 9
arun is on a distinguished road
Default ANY answer. Re: to add constraint to an attribute

alter table table_name add constraint constraint_name primary key(coulmn_name).... this is an example for adding a primary constraint similarly u can add any constraint
Reply With Quote