Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (17 loc) · 498 Bytes

42-Day5.md

File metadata and controls

33 lines (17 loc) · 498 Bytes

Day5学习总结

数据库系统的应用

关系型数据库

数据无关

SQL语言

  • 建表、删表

  • 常用关键词: select, like, from, where, having, group by, create table, join,intersect,union,order by,and,or

  • 码(key)、主码(primary key)、外码(foreign key)

  • 单表查询、多表查询

  • 嵌套查询(可以多层嵌套)、分组查询、集合运算、统计运算

数据库平台

sqlite:移动平台常用

postgresql

greenplum