Merge branch 'master' of https://git.wmi.amu.edu.pl/ahypki/wmi-parprog
This commit is contained in:
commit
5cc0e52d3b
@ -1 +1 @@
|
||||
Create html view, in plain text, for some of the SQl results.
|
||||
Create html view, in plain text, for some of the SQL results.
|
@ -14,7 +14,7 @@ CREATE TABLE Boxes (
|
||||
Warehouse INTEGER NOT NULL,
|
||||
PRIMARY KEY (Code),
|
||||
FOREIGN KEY (Warehouse) REFERENCES Warehouses(Code)
|
||||
) ENGINE=INNODB;
|
||||
) ;
|
||||
|
||||
INSERT INTO Warehouses(Code,Location,Capacity) VALUES(1,'Chicago',3);
|
||||
INSERT INTO Warehouses(Code,Location,Capacity) VALUES(2,'Chicago',4);
|
||||
|
Loading…
Reference in New Issue
Block a user