C-06-Q139mediumsingle_mcq
To insert a new column between two existing columns of a table, what must generally be done?
To insert a new column between two existing columns of a table, what must generally be done?
- aNothing; columns auto-insert themselves
- bAlter/modify the table structure to add the new column
- cDelete the whole table permanently
- dEncrypt the table first