摘要:
1、索引概述 mysql的索引分为单列索引(全文索引,主键索引,唯一索引,普通索引)和组合索引。 单列索引:一个索引只包含一个列,一个表可以有多个单列索引。 组合索引:一个组合索引包含两个或两个以上的列, 2、查询当前表有哪些索引 show index from 表名 (查询方式一) show cr 阅读全文
摘要:
报错为: OUI-10137:An Oracle Home with name ORACLE_HOME already exists at location /home/u01/app/oracle/product/11.1.0/db_1. Please specify another name f 阅读全文