Your browser does not support the Canvas element.
摘要: <!--done--> 一、索引的介绍 数据库中专门用于帮助用户快速查找数据的一种数据结构。类似于字典中的目录,查找字典内容时可以根据目录查找到数据的存放位置吗,然后直接获取。 二 、索引的作用 约束和加速查找 三、常见的几种索引: - 普通索引- 唯一索引- 主键索引- 联合索引(多列) - 联合 阅读全文
posted @ 2018-09-21 08:41 一根小菜 阅读(136) 评论(0) 推荐(0)
摘要: <!--done--> 本节重点: 多表连接查询 符合条件连接查询 子查询 准备工作:准备两张表,部门表(department)、员工表(employee) create table department( id int, name varchar(20) ); create table emplo 阅读全文
posted @ 2018-09-21 08:38 一根小菜 阅读(225) 评论(0) 推荐(0)
Your browser does not support the Canvas element.