Questions:
1. 1)(5 points)Write a CREATE TABLE statement for the DEPARTMENT table.
1.2) (5 points) Write INSERT statements to add the data shown in Figure 1-2 to the DEPARTMENT
table.
No. 2) (10 points)Triggers
2.1 ) What is a trigger? What is the relationship between a trigger and a table or view?
2.2) Name nine possible trigger types.