Data type for an ID field (int or varchar) -
what advisable data type of id field (such state id or web_form_id or employeeid)? best use int data type of varchar (and why) ?
for id, going unique each user, recommended go int
, , sounds more sql question, in auto_increment
mode.
Comments
Post a Comment