92. | The disk data that the FILES table in INFORMATION_SCHEMA stores is ____________ |
Discuss |
Answer: (a).NDB
|
93. | In which table of INFORMATION_SCHEMA is the information about table index characteristics stored? |
Discuss |
Answer: (b).STATISTICS
|
94. | What is the join where all possible row combinations are produced? |
Discuss |
Answer: (d).CARTESIAN
|
95. | What is the clause that filters JOIN results called? |
Discuss |
Answer: (a).WHERE
|
96. | What are CROSS JOIN and JOIN are similar to? |
Discuss |
Answer: (a).INNER JOIN
|
97. | The grant table that stores users who can connect to the server and their global privileges are ______________ |
Discuss |
Answer: (a).user
|
98. | The stored-routine privileges are contained in ______________ |
Discuss |
Answer: (d).procs_priv
|
99. | The statement used to obtain access privileges to an account is ______________ |
Discuss |
Answer: (c).GRANT
|
100. | MySQL does not support the shared-memory connections on Windows. |
Discuss |
Answer: (b).False
|