FCP – FortiAnalyzer Analyst 7.6 — Question 19
Which operation can you use SQL SELECT queries for?
Answer options
- A. To alter tables in the database
- B. To purge log entries from the database
- C. To insert new data into an existing table
- D. To display the database schema
Correct answer: D
Explanation
The correct answer is D, as SQL SELECT queries are specifically designed to retrieve and display data, including the database schema. Options A, B, and C involve modifying data or structure in the database, which is not the function of a SELECT query.