NSE 5 — FortiAnalyzer 7.2 — Question 36

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 by first selecting the columns, then specifying the source table, applying the WHERE clause for filtering, and finally grouping the results. Options A, B, and D do not follow the correct SQL order, making them invalid for querying the database.