• I wouldn't implement a trigger just for this purpose though, especially if all it takes is a simple query to identify the new rows.

    Agreed, triggers are a bit of a last resort! However, the OP hasn't made it clear if there is a column in myTable that could be used to identify when the insert occurred 🙂