1.

Point out the wrong statement.(a) SQL injection vulnerabilities occur whenever input is used in the construction of an SQL query without being adequately constrained or sanitized(b) SQL injection allows an attacker to access the SQL servers and execute SQL code under the privileges of the user used to connect to the database(c) The use of PL-SQL opens the door to these vulnerabilities(d) None of the mentionedThe question was asked in exam.I need to ask this question from SQL Injection in portion Developing with SQL Server of SQL Server

Answer»

Correct CHOICE is (C) The use of PL-SQL opens the DOOR to these vulnerabilities

The EXPLANATION is: Dynamic SQL (the construction of SQL QUERIES by concatenation of strings) opens the door to many vulnerabilities.



Discussion

No Comment Found

Related InterviewSolutions