-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added SQL scripts with made up data so that we can all have the same …
…data on our databases when testing
- Loading branch information
Showing
29 changed files
with
134 additions
and
40 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
INSERT INTO Employee | ||
VALUES | ||
( 1, 'NUNEZ', 'NICOLAS', 'APR/27/1991', 'MANAGER', 100000, '347-440-4158', 'NicolasNunez.png'); | ||
( 1, 'NUNEZ', 'NICOLAS', 'APR/27/1991', 'MANAGER', 100000, '347-440-4158', 'NicolasNunez.png', '1032 W Cleveland St', 1, 0, 'nanunezr', 'tabit00427'); | ||
|
||
INSERT INTO Employee | ||
VALUES | ||
( 2, 'BRUCKNER', 'MARTIN', 'NOV/14/1992', 'MANAGER', 90000, '479-799-6376', 'MartinBruckner.png'); | ||
( 2, 'BRUCKNER', 'MARTIN', 'NOV/14/1992', 'MANAGER', 90000, '479-799-6376', 'MartinBruckner.png', '831 W Center St', 1, 0, 'mbruckner', 'tabit1014'); | ||
|
||
INSERT INTO Employee | ||
VALUES | ||
( 3, 'FOSTER', 'BRANDON', 'MAY/15/1986', 'MANAGER', 80000, '470-876-0987', 'BrandonFoster.png'); | ||
( 3, 'FOSTER', 'BRANDON', 'MAY/15/1986', 'MANAGER', 80000, '470-876-0987', 'BrandonFoster.png', '45 W PilInn St', 1, 0, 'bfoster', 'tabit1234'); | ||
|
||
INSERT INTO Employee | ||
VALUES | ||
( 4, 'ORDORICA', 'ADRIAN', 'JAN/22/1993', 'MANAGER', 70000, '501-223-4658', 'AdrianOrdorica.png'); | ||
( 4, 'ORDORICA', 'ADRIAN', 'JAN/22/1993', 'MANAGER', 70000, '501-223-4658', 'AdrianOrdorica.png', '1234 Melmar Dr', 1, 0, 'aordorica', 'tabit5678'); | ||
|
||
INSERT INTO Employee | ||
VALUES | ||
( 5, 'PATITZ', 'MAT', 'JUN/07/1977', 'MANAGER', 500000, '479-777-7777', 'MattPatitz.png'); | ||
( 5, 'PATITZ', 'MAT', 'JUN/07/1977', 'MANAGER', 500000, '479-777-7777', 'MattPatitz.png', '1234 Madison St Apt 78', 1, 0, 'mpatitz', 'tabit7'); | ||
|
||
INSERT INTO Employee | ||
VALUES | ||
( 6, 'FU', 'ZHANG', 'APR/04/1991', 'CASHIER', 20000, '501-440-4158', 'FuZhang.png'); | ||
( 6, 'FU', 'ZHANG', 'APR/04/1991', 'CASHIER', 20000, '501-440-4158', 'FuZhang.png', '735 W Cleveland St Apt 10', 0, 1, '', ''); | ||
|
||
INSERT INTO Employee | ||
VALUES | ||
( 7, 'ANDRES', 'DISCUA', 'NOV/14/1992', 'CASHIER', 20000, '501-799-6376', 'AndresDiscua.png'); | ||
( 7, 'ANDRES', 'DISCUA', 'NOV/14/1992', 'CASHIER', 20000, '501-799-6376', 'AndresDiscua.png', '311 Garden Park Apt 4', 0, 1,'', ''); | ||
|
||
INSERT INTO Employee | ||
VALUES | ||
( 8, 'ARROYO', 'MARVIN', 'MAY/15/1986', 'CASHIER', 20000, '501-876-0987', 'MarvinArroyo.png'); | ||
( 8, 'ARROYO', 'MARVIN', 'MAY/15/1986', 'CASHIER', 20000, '501-876-0987', 'MarvinArroyo.png', '381 W Center St Apt 1', 0, 1,'', ''); | ||
|
||
INSERT INTO Employee | ||
VALUES | ||
( 9, 'CHANG', 'GALO', 'JUL/22/1988', 'CASHIER', 20000, '501-223-4658', 'GaloChang.png'); | ||
( 9, 'CHANG', 'GALO', 'JUL/22/1988', 'CASHIER', 20000, '501-223-4658', 'GaloChang.png', '381 W Center St Apt 1', 0, 1,'', ''); | ||
|
||
INSERT INTO Employee | ||
VALUES | ||
( 10, 'BENAVIDES', 'MARIA', 'APR/07/1977', 'CASHIER', 20000, '501-121-7777', 'MariaBenavides.png'); | ||
( 10, 'BENAVIDES', 'MARIA', 'APR/07/1977', 'CASHIER', 20000, '501-121-7777', 'MariaBenavides.png', '381 W Center St Apt 1', 0, 1,'', ''); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,40 @@ | ||
INSERT | ||
INTO Inventory | ||
VALUES | ||
( 1, 'Carnitas', 2, 'AUG/23/2015', 3, 6, 9, 1, 'Walmart', 1); | ||
( 1, 'CLEAR PLASTIC PLATES', 2, 'APR/23/2015', 3, 6, 9, 1, 'WALMART', 1); | ||
|
||
INSERT | ||
INTO Inventory | ||
VALUES | ||
( 2, 'JARRITOS SODA PACK', 2, 'APR/23/2015', 3, 6, 9, 1, 'JUAN DEL SUR', 5); | ||
|
||
INSERT | ||
INTO Inventory | ||
VALUES | ||
( 3, 'PALETA PAYASO', 2, 'APR/23/2015', 3, 6, 9, 1, 'BELLAGGIO', 6); | ||
|
||
INSERT | ||
INTO Inventory | ||
VALUES | ||
( 4, 'DUVALIN', 2, 'APR/23/2015', 3, 6, 9, 1, 'BELLAGGIO', 1); | ||
|
||
INSERT | ||
INTO Inventory | ||
VALUES | ||
( 5, 'SALSA VALENTINA PRIMAVERA', 2, 'APR/23/2015', 3, 6, 9, 1, 'LA VECINITA', 4); | ||
|
||
INSERT | ||
INTO Inventory | ||
VALUES | ||
( 6, 'TORTILLA LA HOYA GUEVARA', 2, 'APR/23/2015', 3, 6, 9, 1, 'LA VECINITA', 4); | ||
|
||
INSERT | ||
INTO Inventory | ||
VALUES | ||
( 7, 'PRIMAVERA CHIPS PACK', 2, 'APR/23/2015', 3, 6, 9, 1, 'TIENDA AMIGA', 2); | ||
|
||
INSERT | ||
INTO Inventory | ||
VALUES | ||
( 8, 'PLASTIC FORKS GIANT PACK', 2, 'APR/23/2015', 3, 6, 9, 1, 'WALMART', 1); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters