DELETE
DROP TABLE
REINDEX
PREPARE
EXECUTE
※This sample exam is different from those that appear in the actual OSS-DB Exam.
2025/05/30
The EXPLAIN command can be used to generate execution plans for the following SQL commands:
SELECT
INSERT
UPDATE
DELETE
VALUES
EXECUTE
DECLARE
CREATE TABLE AS
CREATE MATERIARIZED VIEW
REFRESH MATERIALIZED VIEW
Therefore, the correct answers are A and E.