Skip to content

Instantly share code, notes, and snippets.

@milktea02
Last active June 12, 2016 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milktea02/8195311007a80e3f719bcd74457f995a to your computer and use it in GitHub Desktop.
Save milktea02/8195311007a80e3f719bcd74457f995a to your computer and use it in GitHub Desktop.
MFOOD SQL FILE
# 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