CreateDept_Table1.htm |
|
Creating Dept Table
CREATE TABLE dept( Table Dept Created Create PHP Script "
|
INSERT INTO DEPT VALUES (10,'ACCOUNTING','NEW YORK'); INSERT INTO DEPT VALUES (20,'RESEARCH','DALLAS'); INSERT INTO DEPT VALUES (30,'SALES','CHICAGO'); INSERT INTO DEPT VALUES (40,'OPERATIONS','BOSTON'); |
![]()
Using PHP |