What is SQL injection and how does Room protect against it?
-
A
Room uses parameterized queries with placeholders that prevent user input from being interpreted as SQL
-
B
Room encrypts all queries
-
C
Room validates input length
-
D
Room uses stored procedures