71. | For REVOKE statements, the server automatically rereads the grant tables. |
Discuss |
Answer: (a).True
|
72. | What does the default case sensitivity of database and table names depend on? |
Discuss |
Answer: (c).Operating system of machine
|
73. | The case sensitive among these is ______________ |
Discuss |
Answer: (c).Trigger name
|
74. | The variable used to set table alias names as non case sensitive is ______________ |
Discuss |
Answer: (a).lower_case_table_names
|
75. | The clause that can be used to sort string values according to a specific collation is ______________ |
Discuss |
Answer: (d).COLLATE
|
76. | The statement used to find out which character sets are available is ______________ |
Discuss |
Answer: (a).SHOW CHARACTER SET
|
77. | The collations this statement lists are ______________
|
Discuss |
Answer: (a).names beginning with utf8
|
78. | The error log file has a suffix ______________ |
Discuss |
Answer: (a)..err
|
79. | The option which finds the startup options supported by the server through mysqld is ______________ |
Discuss |
Answer: (a).–verbose
|
80. | Server startup can also be done by the ______________ |
Discuss |
Answer: (a).option file
|