0
Can I add a column at anywhere I want in the table?
3 Answers
+ 2
when you add a new column via an alter table statement, the column will always go at the end. The order of the columns has no impact on the database design. And you can always use views or queries to show the columns in any order you prefer.
+ 1
you can do it only in create table statement
0
yes u definitly can do that.. :)