暂无图片
返回数说广场
小伙
2024-12-11
MySQL 8 数据库 test 包含一个名为 city 的表,该表使用 InnoDB 存储引擎:c CREATE TABLE city ( ID int NOT NULL AUTO_INCREMENT, Name char(35) NOT NULL DEFAULT '', CountryCode char(3) NOT NULL DEFAULT '', District char(20) NOT NULL DEFAULT '', Population int NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `CountryCode` (`CountryCode`) ) ENGINE=InnoDB TABLESPACE=innodb_file_per_table; 数据目录中的 test 文件夹包含什么内容? A city.MYD, city.MYI, 和 city.sdi B city.ibd 和 city.frm C city.ibd
#每日打卡#
0
暂无图片 0
73
分享

评论

热门数说