
what is mean by primary key? please give me a detailed explanation with example...

A primary key is one which uniquely identifies a row of a table. A table can contain only one PRIMARY KEY.It does not allow null values and also does not allow duplicate values.
Have a look at the following link:
http://www.roseindia.net/sql/sql-primary-key-constraint.shtml
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.