NSE 5 – FortiAnalyzer 6.4 — Question 4
Which clause is considered mandatory in SELECT statements used by the FortiAnalyzer to generate reports?
Answer options
- A. FROM
- B. ORDER BY
- C. LIMIT
- D. WHERE
Correct answer: A
Explanation
The FROM clause is essential in SELECT statements because it specifies the source of the data to be retrieved, making it mandatory for generating reports in FortiAnalyzer. The ORDER BY, LIMIT, and WHERE clauses, while useful for refining the results, are not strictly necessary for the statement to function.