Sample Exam Questions

From the objective of OSS-DB Exam Gold
- Monitoring Performance - Execution plans

Sample Question

1.06

Select all the formats that are INCORRECT as valid output options for the EXPLAIN command.

  1. JSON

  2. HTML

  3. CSV

  4. YAML

  5. XML

※This sample exam is different from those that appear in the actual OSS-DB Exam.
2025/05/30

Answer and Explanation

The output formats that can be specified with the EXPLAIN command are as follows:
TEXT (default)
XML
JSON
YAML

Therefore, the correct answers are B and C.