View Single Post
Old 13-05-2008, 10:23   #10 (permalink)
pgo
i'm done, son
 
Join Date: Jan 2005
Posts: 12,262
An ID column is usually used to assign a unique number to each user account. This is how you target them when performing queries. It also serves as the table's primary key.
  Reply With Quote