Page 1 of 1

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
by answerhappygod
Create A Script Which Will Create The Tables Listed Below Please Prefix Table Names With Your Email Userid For Example 1
Create A Script Which Will Create The Tables Listed Below Please Prefix Table Names With Your Email Userid For Example 1 (103.29 KiB) Viewed 47 times
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)