SQL语句正确的选项有哪些?
ACREATE TABLE test(
Id int
) ENGINE=InnoDB,CHARSET=utf8
BCREATE TABLE test(
Id int
)
CCREATE TABLE test
DCREATE database test(
Id int
) ENGINE=InnoDB,CHARSET=utf8
ACREATE TABLE test(
Id int
) ENGINE=InnoDB,CHARSET=utf8
BCREATE TABLE test(
Id int
)
CCREATE TABLE test
DCREATE database test(
Id int
) ENGINE=InnoDB,CHARSET=utf8