CPA · Question 62 · Area I: Information Systems
An auditor is reviewing a SQL query: SELECT * FROM Employees WHERE Salary > 100000;. What is the risk of using SELECT * in production code?
Answer options:
It retrieves unnecessary data, causing performance issues and potential data exposure if schema changes.
It causes a syntax error.
It automatically deletes data.
It bypasses authentication.
82 questions · hints · full answers · grading