Answered You can hire a professional tutor to get the answer.
Am unsure which tables require a CHECK constraint, and how to properly create one.
Handled most of this assignment to make and populate the tables in SQL Developer (Oracle database, as required). Am unsure which tables require a CHECK constraint, and how to properly create one. For example, how would one add a CHECK constraint so the zip (code) column in the CUSTOMER table can only be populated by the characters/digits 0-9?