NSE 5 – FortiAnalyzer 6.0 — Question 20
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, as the SQL SELECT statement is specifically designed to retrieve data from a database. Options A, B, and D are not valid SQL commands for data retrieval; 'FROM' is part of the SELECT statement, 'GET' is not a standard SQL command, and 'EXTRACT' is used in different contexts, not for basic data retrieval.