Pass the Oracle MySQL Database Administration 1z0-908 Questions and answers with CertsForce

Viewing page 5 out of 5 pages
Viewing questions 41-50 out of questions
Questions # 41:

t is a non-empty InnoDB table.

Examine these statements, which are executed in one session:

BEGIN;

SELECT * FROM t FOR UPDATE;

Which is true?

Options:

A.

If OPTIMIZE TABLE; is invoked, it will create a table lock on t and force a transaction rollback.


B.

If OPTIMIZE LOCAL TABLE t; is invoked from another session, it executes normally and returns the status.


C.

mysqlcheck --analyze --all-databases will execute normally on all tables and return a report.


D.

If ANALYZE TABLE; is invoked from the same session, it hangs until the transaction is committed or rolled back.


Questions # 42:

Which command enables rule-based MySQL Auditing capabilities?

Options:

A.

shell> mysql < audit_log_filter_linux_install.sql


B.

shell> mysqld --initialize --log-raw=audit.log


C.

mysql> INSTALL PLUGIN audit_log;


D.

mysql> INSTALL COMPONENT audit_log;


Viewing page 5 out of 5 pages
Viewing questions 41-50 out of questions