-- in this tutorial we will learn and implement basic trigger functionality

-- step1: create two tables: product and audit

-- step2: create trigger for product table
-- the trigger will create audit data inside the audit table after inserting a new record in product table
