SQL规范
-
Mysql的慢SQL优化思路和规范详解
目录1、索引优化1.1 建表或加索引时,保证表里互相不存在冗余索引。1.2 复合索引1.3 使用短索引1.4 单个表上的索引个数不能超过8个1.5 在多表join的SQL里,保证被驱动表的连接列上有索引,这样join执行效率最高。1.6[详细]
2023-11-19 11:05 分类:数据库 Winform/Program and how to write class 1, class 2, class 3, class 4 in array to linklabels?
So my program works like this: using winforms, user enters ID number, using an array, based on the right id number, that student information and class schedule outputs in a message box![详细]
2022-12-28 17:14 分类:问答