Multiple choice technology databases We can insert a new column in between two existing columns without altering the table. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation In standard relational databases, you cannot insert a new column arbitrarily between two existing columns using an alter table command without altering the table structure or recreating it, as columns are appended at the end of the table definition.