i have table fff .it has two fields one is fno int , another is fname
varchar(20)
fff
fno fname
-------- -----------
100 suresh
102 ramesh
here there is no not null constraint and identity column then
i am add primary key constraint fno column pls help me