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

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -