Causes the trigger to run after a Read action. Specify the trigger name and the schema where the trigger is to reside. You cannot create a Read trigger on a Materialized Query Table.
Note: You should use read triggers with caution. Accessing a table with many rows can cause the trigger to run for each row. This could seriously degrade your system performance.