Primary Key « Constraints « Oracle PL / SQL






1.Create a primary key with more than one field
2.Primary Key: A primary key combines a unique and a not null constraint
3.Alter to add primary key
4.DISTINCT keyword with primary key in select clause