Create a script which will create the tables listed below. Please prefix table names with your email userID. For example
Posted: Mon Jun 06, 2022 5:14 pm
Create a script which will create the tables listed below. Please prefix table names with your email userID. For example, if your userID is dmahamad, dmahamad_EMPLOYEES should be the table name. EMPLOYEE(EMPLOYEEID, FIRST_NAME, LAST_NAME, DEPARTMENTID, DATE_OF_BIRTH, PHONE_NUMBER, JOBID) DEPARTMENT(DEPARTMENTID, DEPARTMENT_NAME) JOB(JOBID, POSITION, MIN_SALARY,MAX_SALARY) PROJECT (PROJECTID, PROJECT_NAME) EMPLOYEE_PROJECT(PROJECTID, EMPLOYEEID)