Create a script which will create the tables listed below. Please prefix table names with your email userID. For example
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Create a script which will create the tables listed below. Please prefix table names with your email userID. For example
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)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!