Question: Which of the following formats does the date field accept by default?
A
B
C
D
E
DD-MM-YYYY
B
YYYY-DD-MM
C
YYYY-MM-DD
D
MM-DD-YY
E
MMDDYYYY
Note: Not available
create table foo (id int auto_increment, name int);
CREATE TABLE table1 ( column1 INT, column2 INT, column3 INT, column4 INT )Which one of the following is the correct syntax for adding the column, "column2a" after column2, to the table shown above?