Currently im working on a research paper about sql-injection with RFID tags and Im curious if it is possible to create a database trigger with an sql injections if stacked queries are disabled. If stacked queries are enabled, of course it is easy (assuming you know the table layout), but what if they're disabled for security reasons.
edit: Nobody can say anything useful about this?
edit2 Since my question seems to be unclear, once again: The question is if it is possible to create a trigger, given that there is an SQL injection. Database does not matter, choose one that fits the needs.