Certified Data Privacy Solutions Engineer (CDPSE) — Question 133

Which of the following is the BEST way to prevent dangerous SQL write statements from being executed on data?

Answer options

Correct answer: D

Explanation

Creating a read-only data warehouse (D) is the best approach as it ensures that no write operations can be performed on the data, effectively preventing dangerous SQL commands. The other options, while they may limit access to certain data, do not eliminate the risk of SQL write statements being executed.