I was wondering why auto_increment is “spelled” with an underscore, since primary key not null and such is not?
Is it because auto_increment is some old syntactical leftover or such?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Keys can be either primary or foreign, columns can be either null(able) or not null.
There isn’t really an alternative increment option to auto_ – so it makes more sense to have it as one “word”.