Q8
Multiple choice
Inspect the CREATE TABLE below: Mysql> CREATE TABLE foo (a INT, PRIMARY KEY (a)) ENGINE =InnoDB; Query Ok, 0 rows affected, 2
warnings (0.11 sec)
Mysql> SHOW WARNINGS;

Which two is true connecting the meaning of the warnings?
Select all that apply.