Question: 1 . Create the database as shown. 2 . Add four people to the person table ( example: insert into person ( name , lastname
Create the database as shown.
Add four people to the person table
example:
insert into person namelastname values
name'lastname
name'lastname
name'lastname
name'lastname;
Add two sets of data to the salary table, one historical and the other current
example:
insert into salary valuedateidperson values
;
Write a trigger for table payoutdatemonth that automatically adds data to the
value and date fields, the trigger is to be runs after adding values into idperson
and month. Trigger retrieves data from the salary table.
example:
insert into payoutdatemonth idperson,month values
Add another set of data, check if everything is working correctly.
Save the results as scripts on the Platon Solu
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
