stop users making full table scans on a single table.
I have a quick question- how can I approach preventing a "select * from table_name" on a certain table? I have an application running forms 6i- I am not good at forms so I was considering a table triggger on the database level. However, forms opens a sql query in a different format then just a simple select * from table_name. My question is that if I create a trigger on the table will if fire on a full table query from a forms event?