When a new column is added to a current table, this appears in the last column. eg: added AGE columns to Students table SELECT * FROM Students; "would show the AGE column right at the end.
Question: is it possible to change the order of these columns when such commands are executed?