Hi,
Is it possible to alter SQL DML commands(like select, insert.,) user defined, from DB architecture point of view?
For eg: use any words instead of select
SELECT * from table // if SELECT= reap then REAP * from table. But we should obtain the same result. Can't that be done to prevent SQL injection?
Thank you