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