NSE 5 – FortiAnalyzer 6.2 — Question 6
Which clause is considered mandatory in SELECT statements used by the FortiAnalyzer to generate reports?
Answer options
- A. FROM
- B. LIMIT
- C. WHERE
- D. ORDER BY
Correct answer: A
Explanation
The FROM clause is essential in SELECT statements as it specifies the data source from which to retrieve records. Without this clause, the query would not know where to pull data from, making it mandatory. The other options, while useful for refining or organizing results, are not required for the query to function properly.