NSE 5 – FortiAnalyzer 5.4 — Question 2
How does FortiAnalyzer retrieve specific log data from the database?
Answer options
- A. SQL FROM statement
- B. SQL GET statement
- C. SQL SELECT statement
- D. SQL EXTRACT statement
Correct answer: C
Explanation
The correct answer is C, SQL SELECT statement, as this is the standard SQL command used to retrieve data from a database. The other options, such as SQL FROM, SQL GET, and SQL EXTRACT, are not valid SQL commands for fetching data.