- Instructions A Create A Folder In Your Xmapp Htdocs Named Damportsid Such That Id Is The Last Three Numbers Of Your Id 1 (137.96 KiB) Viewed 37 times
Instructions: A. Create a folder in your xmapp/htdocs named damportsID such that ID is the last three numbers of your ID
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Instructions: A. Create a folder in your xmapp/htdocs named damportsID such that ID is the last three numbers of your ID
Instructions: A. Create a folder in your xmapp/htdocs named damportsID such that ID is the last three numbers of your ID. B. DATABASE (phpMyAdmin): 1. Use phpMyAdmin to create a database named damports i. In the damports database, create a table named department as follows: department_id NUMBER 4 RIMARY KEY department_name VARCHAR 30 location_id NUMBER 4 ii. In MySQL populate the department table with the following data: DEPARTMENT_ID 10 20 DEPARTMENT NAME Executive IT 30 40 50 60 Finance Purchasing Shipping Sales Accounting LOCATION_ID 1700 1400 1700 1700 1500 2500 1700 70 2. reate another table named employees as follows: 6 PRIMARY KEY 20 25 EMPLOYEE ID FIRST NAME LAST NAME HIRE DATE SALARY JOB ID DEPARTMENT ID Number Varchar Varchar Date Number Varchar2 Number 8 10 4 REFERENCES DEPARTMENT(DEPARTMENT_ID) Talcolhält II