I\'m designing a small SQL database to be used by a web application.
Let\'s say a particular table has a Name field for which no two rows will be allowed to have the
The primary key must be unique for every row. The auto_increment Integer is very good idea, and if you don't have other ideas about populating the primary key then this is the best way.