Question: Oracle SQL Create a script that uses a database trigger to output messages that describe the records that are entered into a table. The script

Oracle SQL

Create a script that uses a database trigger to output messages that describe the records that are entered into a table. The script must perform the following:

Create a database trigger, "emp_insert_t1" that will display a message for each record that has been entered into the "emp" table. The message should contain the employee number, employee name and the employee salary. The following is an example of an output message.

"Record entered for employee Jackson with employee number 1234 and salary 25000"

Insert 10 records into the "emp" table.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!