【单选题】ROW-based replication has stopped working. You investigate the error log file and find the following entries: 2013-08-27 14:15:47 9056 [ERROR] Slave SQL: Could not execute Delete_rows event on table t...
A.
The slave SQL thread does not have DELETE privileges to execute on test.t1 table.s
B.
The table definition on the slave -litters from the master
C.
Multi-threaded replication slaves can have temporary errors occurring for cross database updates
D.
The slave SQL thread attempted to remove a row from the test.t1 table, but the row did not exist
【多选题】You issued the following command: CREATE GLOBAL TEMPORARY TABLE admin_work_area (startdate DATE, enddate DATE, class CHAR(20)) ON COMMIT DELETE ROWS TABLESPACE tbs_t1; An index is then created o...
A.
It stores only the temporary table but not its indexes.
B.
It stores both the temporary table as well as its indexes.
C.
It must be a nondefault temporary tablespace for the database.
D.
It can be a default or nondefault temporary tablespace for the database.
E.
It must be the default temporary tablespace of the user who issues the command.