Immediately under “Column Name” is the area to enter information on the first field. Click on it once, and it will highlight. Double click and it will indicate that it is ready to receive information. Enter the field name of “emp_number” and hit “return.” The Query Browser will suggest a set of properties for the data. As key values are generally put in the first field, the Query Browser assumes values of an integer. “Auto Inc” has this field automatically assigned the next higher number by MySQL (that is a unique number not dependent on an operator entering the value). The Query Browser assumes that this is the primary index.