Your developers have created table to store some of their program‘s data.After examining the slow Query Log, you see that they are using the LIKE operator and SUBSTER () functions against a VARCHAR (10000) column quite often.An example of the start of one row of data: ‘GREEN01020495888331993-12-10/2…‘What should you do to improve the overall performance?()
A.Convert the column to TEXT and add a fulltext index to the table
B.Create multiple prefix indexes of differing lengths
C.Convert their column to BINARY
D.Redesign the table so that the most commonly searched for string patterns are in their own columns
第1题:
下列各个选项中对字符数组赋字符串的语句中,错误的是( )。
A.char s[10];s="program";
B.char s[]="program";
C.char s[10]="program";
D.char s[10]; strcpy(s,"program");
第2题:
I saw the cargo surveyor ______ the cargo on deck just a minute ago.
A.examine
B.to examine
C.being examined
D.examining
第3题:
第4题:
执行下列命令后,最后一条命令输出的结果是______。 STORE"?"TO A1 STORE "S" TO A2 STORE 200 TO &A2 ?&A1.&A2
A.200S
B.200
C.?200S
D.?S
第5题:
第6题: