I have a table recording trade data . Whenever a record is inserted in this table I would like to send a mail with the details of that record.
Any pointers on how that can be done. I believe working on a trigger that is fired on insert on that table is the way to go but am not sure about what to do further for sending the mail .
Imp to note is that since its a trade table the performance of the query or the database should not be impacted.