NSE 5 – FortiAnalyzer 7.0 — Question 15

Which SQL query is in the correct order to query the database in the FortiAnalyzer?

Answer options

Correct answer: C

Explanation

The correct answer is C because it follows the proper SQL syntax: SELECT statement comes first, followed by the FROM clause, the WHERE condition, and finally the GROUP BY clause. The other options either misplace the clauses or use incorrect SQL syntax, making them invalid queries.