Primary Key
Sometimes you need to maintain each and every row or record in a database table as unique. This purpose is served by using a primary key on that particular column
A primary key is a constraint in a table which uniquely identifies each row record in a database table by enabling one or more the column in the table as primary key.