北京oracle培训_oracle培训哪家好_CUUG官方论坛_CUUG培训怎么样_CUUG官网

 找回密码
 立即注册
查看: 5549|回复: 0

Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第24题

[复制链接]
发表于 2021-6-2 11:34:37 | 显示全部楼层 |阅读模式
Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第24题
本套题库是Mysql 8.0 OCP考试试题,由CUUG整理,如有报考OCP认证意向,可以联系cuug咨询老师。
24、
Choose the best answer.
Examine this partial report:
mysql> SHOW FULL PROCESSLIST;
Examine this query:
SELECT SUM (m.CURRENT_NUMBER_OF_BYTES_USED) AS TOTAL
FROM performance_schema.memory_summary_by_thread by_event_name m
INNER JOIN performance_schema.threads t
ON m.THREAD_ID = t.THREAD_ID
WHERE t.PROCESSLIST_ID = 10;
What information does this query provide?
A) total memory used by connection number 10
B) total memory used across all connections associated with the user on connection number 10
C) total memory used by the first 10 threads
D) total memory used by thread number 10
E) total memory used across all connections associated with the user on thread number 10
F) total memory used by the first 10 connections

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|小黑屋|CUUG认证培训 ( 京ICP备11008061号 )

GMT+8, 2024-4-26 02:52 , Processed in 0.017879 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表