Directions Be sure to make an electronic copy of your an
Directions: Be sure to make an electronic copy of your answer before submitting it to Ashworth College for grading. Unless otherwise stated, answer in complete sentences, and be sure to use correct English spelling and grammar. Sources must be cited in APA format. Your response should be around a minimum of (1) single-spaced page to a maximum of (2) single-spaced pages in length; refer to the “Assignment Format” page for specific format requirements.Complete the task described in review questions 7.4 – 7.7 on pages 299-301 of your textbook. Make sure you read through and follow the instructions preceding the actual questions. (The instructions begin in red on page 299.) This assignment consists of handing in four (4) complete CREATE TABLE statements.4. Write a CREATE TABLE statement for the DEPARTMENT Table5. Write a CREATE TABLE statement for the EMPLOYEE Table. Email is required and is an alternate key, and the default value of Department is Human Resources. Cascade updates but not deletions from DEPARTMENT to EMPLOYEE.6. Write a CREATE TABLE statement for PROJECT Table. The default value for Max Hours is 100. Cascade updates but not deletions fro m DEPARTMENT to EMPLOYEE.7. Write a CREATE TABLE statement for the ASSIGNMENT table. Cascade only deletions from PROJECT to ASSIGNMENT; do not cascade either deletions or updates from EMPLOYEE to ASSIGNMENT.