find the wrong mysql create statement? group of answer choices create table class ( class code vchar(5), stu num int, prof num float(8) ) create table class ( class code varchar(5), stu num int, prof num bool ) create table class ( class code varchar(5), stu num int, prof num float(8) )