A.STOP SLAVE; SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE B.STOP SLAVE; BEGIN; SET GTID_IGNORE="aaa-bbb-ccc-ddd-eee: 3"; COMMIT; START SLAVE C.STOP SLAVE; SETGTID_NEXT="aaa-bbb-ccc-ddd-eee: 3"; BEGIN; COMMIT; SET GTID_NEXT="AUTOMATIC"; START SLAVE D.STOP SLAVE; RESET SLAVE; BEGIN; SKIP NEXT GTID; COMMIT; START SLAVE
A. 1, 4, 5, 2, 3 B. 1, 4, 3, 2, 5 C. 4, 5, 2, 3, 1 D. 2, 3, 4, 5, 1 E. 1, 4, 2, 3, 5
A.to find the tax percentage for each of the employees B.to list the name, job_id, and manager name for all the employees C.to find the name, salary, and the department name of employees who are not working with Smith D.to find the number of employees working for the Administrative department and earning less than 4000 E.to display name, salary, manager ID, and department name of all the employees, even if the employees do not have a department ID assigned
A. heap tables B. object tables C. partitioned tables D. index-organized tables (IOTs)
A. when a table is dropped and you restore it from the Recycle Bin B. when a user’s schema is dropped and you recover the user’s schema C. when some incorrect data is inserted in the table and you retrieve the table to a state that was at a certain timestamp D. when a row of a table is updated frequently and committed, and you view all the versions of the row within a specific duration