- 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 31 times
Create a script which will create the tables listed below. Please prefix table names with your email userID. For example
-
- Site Admin
- Posts: 899603
- 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)