/* Copyright 2023 (c) Anna Schumaker */ CREATE TABLE test (a INT, b INT); INSERT INTO test VALUES (1, 2); INSERT INTO test VALUES (3, 4); INSERT INTO test VALUES (5, 6); INSERT INTO test VALUES (7, 8); INSERT INTO test VALUES (9, 0);