Last active
June 12, 2016 21:09
-
-
Save milktea02/8195311007a80e3f719bcd74457f995a to your computer and use it in GitHub Desktop.
MFOOD SQL FILE
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
# INSERT STATEMENTS FOR RESTAURANTS | |
# INSERT INTO restaurant VALUES (RID, NAME, STREET_ADDRESS, CITY, LOCATION, CUISINE, OID, OWNERNAME, OWNERPASSWORD) | |
INSERT INTO restaurant VALUES (100, 'Stackhouse Burger Bar', '1224 Granville Street', 'Vancouver', 'Granville', 'steakhouse', 1001, 'Stack Burger', 'sburgs1') | |
# INSERT STATEMENTS FOR EMPLOYEES | |
# INSERT STATEMENTS FOR ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment