Skip to content

Instantly share code, notes, and snippets.

@mygoare
Last active November 20, 2015 09:28
Show Gist options
  • Save mygoare/e165163f2498d54a9785 to your computer and use it in GitHub Desktop.
Save mygoare/e165163f2498d54a9785 to your computer and use it in GitHub Desktop.
Database 设计
通过entity relation diagram 设计数据库
1. 表中属性唯一,不重复
2. 属性完全只依赖于主键
3. 表中不含非关键字信息
索引是用来定位的
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment