滁州市属于哪个省(2020年滁州划入南京)

  • 时间:
  • 浏览:100
  • 来源:奥一装修网

2020年滁州划入南京

(请参阅下面的链接)https://www。cnblogs。com/zhanggaosong/p/。html

--确定数据库城市是否存在,如果数据库城市存在则将其删除

drop数据库(如果存在城市);

-创建数据库城市

创建数据库城市;

-将当前数据库切换到城市

使用城市;

create table tb_country(

countryid int主键AUTO_INCREMENT,

江苏滁州市

countryname varchar(30)null

);

创建表tb_city(

cityid int主键AUTO_INCREMENT,

cityname varchar(30)null,

countryid int

);

创建表tb_quxian(

quxianid int主键AUTO_INCREMENT,

全椒开发区哪些厂好点

quxianname varchar(30)null,

cityid int

);

插入tb_country值(1,“中国”);

插入tb_city值(1,“ Beijing”,1);

插入tb_city值(2,“天津”,1);

插入tb_city值(3,“河北省”,1);

插入tb_city值(4,“山西省”,1);

插入tb_city值(5,“内蒙古”,1);

全椒是安徽最穷县吗

插入tb_city值(6,“辽宁省”,1);

插入tb_city值(7,“吉林省”,1);