可学答题网 > 问答 > 1z0-883题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Consider the Mysql Enterprise Audit p


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> CALL prepare_db ( ); Mysql> LOAD DATA INFILE '/tmp/data.cav' INTO TABLE mytable; Mysql> SHOW TABLES; How many events are added to the audit log as a result of the preceding statements?()

  • A12; only top-level statements and stored procedure events are logged
  • B111; top-level statements and all lower-level statements are logged
  • C3; only the top-level statements are logged
  • D102; top-level statements are logged, but LOAD DATA INFILE is logged as a separate event
参考答案
参考解析:
分类:1z0-883题库