当前位置:百科知识 > 知到宏观经济学答案

问题描述:

[单选] Consider the MySQL Enterprise Audit plugin. A CSV file called data.csv has 100 rows of data. The stored procedure prepare_db()has 10 auditable statements. You run the following statements in the mydb database:考虑一下MySQL企业审计插件。一个名为数据.csv有100行数据。存储过程prepare_db()有10个可审核语句。在mydb数据库中运行以下语句:mysql> CALL prepare_db();mysql> LOAD DATA INFILE ‘/tmp/data.csv’ INTO TABLE mytable;mysql> SHOW TABLES;How many events are added to the audit log as a result of the preceding statements?于前面的语句,有多少事件被添加到审计日志中?
A.102; top-level statements are logged, but LOAD DATA INFILE is logged as a separate event. B.3; only the top-level statements are logged. 只记录顶层语句。 C.111; top-level statements and all lower-level statements are logged. D.12; only top-level statements and stored procedure events are logged.
参考答案:查看
答案解析:
☆收藏

随机题目