7、何方法也无法100%确定文件类型参考答案:D答案解析:任何方式都可以伪造,所以我们只能通过方法无限接近,而无法完全保证可以判断正确。11.在mysql中用a,b,c三个字段建立一个复合索引a_b_c,请问以下哪个查询效率最差?A、select from test where a=10 and b>50B、select from test where a=10 and b>10 order by cC、select from test where a=10 and b=10 order by aD、select from test where
8、a=10 and b = 10 order by c参考答案:B答案解析:最左匹配原则:该复合索引包含a,a