Question:Is the following query valid?Create table foo (id int primary key auto_increment, name varchar);
Create table foo (id int primary key auto_increment, name varchar);
A Yes B No
+ AnswerB
+ Report