NSE 5 – FortiAnalyzer 6.2 — Question 36
How does FortiAnalyzer retrieve specific log data from the database?
Answer options
- A. SQL EXTRACT statement
- B. SQL GET statement
- C. SQL FROM statement
- D. SQL SELECT statement
Correct answer: D
Explanation
The correct answer is D, as the SQL SELECT statement is specifically designed to query and retrieve data from a database. Options A, B, and C do not represent standard SQL commands for data retrieval in this context, making them incorrect.