How to make the first feild(id) in a table as autoincreament when the values are passed as an array list and stored using for loop?

Your table seems a tad large -- might want to break it up, but that is an aside. You can use default values for columns to make your insert statements less annoying to type as well, but I'd highly suggest rearchitecting your schema.

Once you have added the autoincrement column to the table schema, change your INSERT statement so that it mentions the columns and values. Do not mention the autoincrement column. That is, your INSERT needs to use this form.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions