会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
想翻身的猫
博客园
首页
新随笔
联系
订阅
管理
2018年4月17日
Mysql基础第二部分,针对以后python使用
摘要: #外键 表与表相连 列名 MUL 外键 参照完整性 不能添加另一个表没有的字段create table study_record( id int auto_increment primary key, day int not null, status char(32) not null, stu_i
阅读全文
posted @ 2018-04-17 21:16 想翻身的猫
阅读(217)
评论(0)
推荐(0)
编辑