What is SQL injection and how is it primarily prevented?
-
A
It inserts malicious SQL into queries; prevented by using parameterized queries or prepared statements
-
B
It overflows a database buffer; prevented by input length limits
-
C
It encrypts database queries; prevented by disabling encryption
-
D
It replays old database transactions; prevented by session tokens