Examine these statements, which execute successfully:
TRUNCATE test;
BEGIN;
INSERT INTO test(id, name) VALUES(1, “Hello”);
ROLLBACK;
SELECT id FROM test;
Which three storage engines would return a nonempty recordset for the test table when executing the statements? (Choose three.)
marklv
1 year, 5 months agoDhanushka
1 year, 5 months agoDhanushka
1 year, 6 months agomarklv
6 months, 3 weeks ago