Consider the Mysql Enterprise Audit plugin. Which statement is true when you identify a connection event that has used external authentication?()A.The attribute "STATUS" is set to the string EXTERNAL_AUTHB.The attribute "PRIV_USER" contains the usernameC.

题目
Consider the Mysql Enterprise Audit plugin. Which statement is true when you identify a connection event that has used external authentication?()

A.The attribute "STATUS" is set to the string EXTERNAL_AUTH

B.The attribute "PRIV_USER" contains the username

C.The event type that is given in the attribute "NAME" is EXTERNAL_AUTH

D.There is no differentiation between native and external authentication events

E.External authentication is managed through external auditing logs

F.The "PROXY_PRIV" user shows a username if external authentication is used


相似考题
参考答案和解析
参考答案:E
更多“Consider the Mysql Enterprise Audit plugin. Which statement is true when you identify a connection event that has used external authentication?() ”相关问题
  • 第1题:

    The beautiful mountain village__________ we spent our holiday last year is locatedin __________ is now part of Guangxi.

    A.which ; where
    B.where; what
    C.that ; what
    D.when ; which

    答案:B
    解析:
    where在此充当地点状语,what既充当located in的宾语又充当is的主语,本题考查定语从句和名词性从句。mountain village在定语从句we spent our holiday last year作地点状语,故用关系副词where:第二个考查宾语从句,从句中缺少主语,故用what作主语。故选B。

  • 第2题:

    下列关闭数据库连接的顺序正确的是:()

    A.先关闭Statement,再关闭ResultSet,最后关闭Connection

    B.先关闭ResultSet,再关闭Statement,最后关闭Connection

    C.先关闭ResultSet,再关闭Connection,最后关闭Statement

    D.先关闭Statement,再关闭Connection,最后关闭ResultSet


    先关闭ResultSet,再关闭Statement,最后关闭Connection

  • 第3题:

    要按先ResultSet结果集,后Statement,最后Connection的顺序关闭资源,因为Statement和ResultSet是需要连接是才可以使用的,所以在使用结束之后有可能其他的Statement还需要连接,所以不能先关闭Connection。


    正确

  • 第4题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口

  • 第5题:

    回收数据库资源,包括关闭【 】、Statement和Connection等资源。


    【ResultSet】

  • 第6题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口